iCart - NIKE

Nike.com sneaker buying extenion for nike US

iCart - NIKEคืออะไร?

iCart - NIKE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 891 Solutions และคุณลักษณะหลักของมันคือ "Nike.com sneaker buying extenion for nike US"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iCart - NIKE

ดาวน์โหลดไฟล์ส่วนขยาย iCart - NIKE ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ iCart - NIKE 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"
    ]
}