I'm having a hard time getting my installed extension to work in IE 8. When i run it through a bookmarklet everything loads correctly and the extension works as intended. When installing the extension it won't run automatically on the pages it should.
Currently it'll only work on www.bestbuy.com. Also the click-through won't work, but you should be able to tell if the extension loads on those pages.
Here is the bookmarklet code:
javascript:(function(){var d=document;var s=d.createElement('script');s.text="KOBJ_config={'a1229x4:kynetx_app_version':'dev','rids':['a1229x4']};";d.body.appendChild(s);var l=d.createElement('script');l.src='http://init.kobj.net/js/shared/kobj-static.js';d.body.appendChild(l);})()
Here are links for the installers:
IE - http://app-files.s3.amazonaws.com/installers/shopscotch-qa_Setup.exe
Firefox - change to .xpi instead of .exe
Chrome - change to .crx instead of .exe
Here is the KRL code: http://app-files.s3.amazonaws.com/installers/shopscotchKRL.js