CoponCode

Instantly know about coupon codes while shopping.

Apa itu CoponCode?

CoponCode adalah ekstensi Chrome yang dikembangkan oleh https://coponcode.com, dan fitur utamanya adalah "Instantly know about coupon codes while shopping.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi CoponCode

Unduh file ekstensi CoponCode 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

                        Instantly get notified about available coupon codes while shopping. When you visit a website, we will show a notification if coupons codes are available. Then you can view the list of available coupons right there and save time!

Or you could just use the extension to search for coupon codes of any vendor you like.                    

Informasi Dasar Ekstensi

Nama CoponCode CoponCode
ID pfnhpeemdlipkilojoenempbjlecmebi
URL Resmi https://chromewebstore.google.com/detail/coponcode/pfnhpeemdlipkilojoenempbjlecmebi
Deskripsi Instantly know about coupon codes while shopping.
Ukuran File 284 KB
Jumlah Instalasi 31
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2018-12-18
Tanggal Publikasi 2018-12-13
Penilaian 3.00/5 Total 2 Penilaian
Pengembang https://coponcode.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://takhfifan.com/privacy-policy
Bahasa yang Didukung fa
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CoponCode",
    "description": "Instantly know about coupon codes while shopping.",
    "version": "1.0.2",
    "author": "CoponCode",
    "icons": {
        "48": "assets\/images\/icon48.png",
        "96": "assets\/images\/icon96.png"
    },
    "browser_action": {
        "default_title": "CoponCode",
        "default_icon": {
            "19": "assets\/images\/icon20.png",
            "20": "assets\/images\/icon20.png",
            "38": "assets\/images\/icon38.png"
        },
        "default_popup": "assets\/templates\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/coponcode.client.js"
            ],
            "css": [
                "assets\/css\/client.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "background": {
        "scripts": [
            "assets\/js\/jquery.min.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/coponcode.com\/*"
    ]
}