iCart - NIKE

Nike.com sneaker buying extenion for nike US

Apa itu iCart - NIKE?

iCart - NIKE adalah ekstensi Chrome yang dikembangkan oleh 891 Solutions, dan fitur utamanya adalah "Nike.com sneaker buying extenion for nike US".

Unduh Berkas CRX Ekstensi iCart - NIKE

Unduh file ekstensi iCart - NIKE dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama iCart - NIKE iCart - NIKE
ID mpeaboafociccjiapigghogkacpkpffe
URL Resmi https://chromewebstore.google.com/detail/icart-nike/mpeaboafociccjiapigghogkacpkpffe
Deskripsi Nike.com sneaker buying extenion for nike US
Ukuran File 177 KB
Jumlah Instalasi 25
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-11-25
Tanggal Publikasi 2015-11-25
Pengembang 891 Solutions
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}