iCart - NIKE
Nike.com sneaker buying extenion for nike US
What is iCart - NIKE?
iCart - NIKE is a Chrome extension developed by 891 Solutions, and its main feature is "Nike.com sneaker buying extenion for nike US".
Download iCart - NIKE Extension CRX File
Download iCart - NIKE extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | iCart - NIKE |
ID | mpeaboafociccjiapigghogkacpkpffe |
Official URL | https://chromewebstore.google.com/detail/icart-nike/mpeaboafociccjiapigghogkacpkpffe |
Description | Nike.com sneaker buying extenion for nike US |
File Size | 177 KB |
Installation Count | 25 |
Current Version | 1.2 |
Last Updated | 2015-11-25 |
Publish Date | 2015-11-25 |
Developer | 891 Solutions |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "iCart - NIKE", "description": "Nike.com sneaker buying extenion for nike US", "version": "1.2", "browser_action": { "default_icon": ".\/icons\/logo.png", "default_popup": ".\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*.nike.com\/us\/*", "https:\/\/*.nike.com\/us\/*" ], "js": [ ".\/Scripts\/jquery-2.1.4.min.js", ".\/Scripts\/nike.js" ] } ], "permissions": [ "activeTab", "https:\/\/*.nike.com\/*", "http:\/\/*.nike.com\/*", "notifications" ] } |