iCart - NIKE
Nike.com sneaker buying extenion for nike US
iCart - NIKE란 무엇입니까?
iCart - NIKE은(는) 891 Solutions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Nike.com sneaker buying extenion for nike US"입니다.
iCart - NIKE 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
확장 프로그램 기본 정보
이름 | iCart - NIKE |
ID | mpeaboafociccjiapigghogkacpkpffe |
공식 URL | https://chromewebstore.google.com/detail/icart-nike/mpeaboafociccjiapigghogkacpkpffe |
설명 | Nike.com sneaker buying extenion for nike US |
파일 크기 | 177 KB |
설치 횟수 | 25 |
현재 버전 | 1.2 |
최근 업데이트 | 2015-11-25 |
출시 날짜 | 2015-11-25 |
개발자 | 891 Solutions |
결제 유형 | free |
지원되는 언어 | 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" ] } |