eDealinfo Coupons

Get eDealinfo Deals & Coupons.

Apa itu eDealinfo Coupons?

eDealinfo Coupons adalah ekstensi Chrome yang dikembangkan oleh https://www.edealinfo.com, dan fitur utamanya adalah "Get eDealinfo Deals & Coupons.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi eDealinfo Coupons

Unduh file ekstensi eDealinfo Coupons 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

                        Our extension will show you all the available coupons for a specific merchant that you are shopping. It will automatically test & apply the best coupon code at checkout. After installing this extension, be sure to pin it to your browser.

If you have any concerns please view our Privacy Policy at https://www.edealinfo.com/privacy-policy.php

Affiliate Link Disclosure: If you buy through our links, we may get a commission.                    

Informasi Dasar Ekstensi

Nama eDealinfo Coupons eDealinfo Coupons
ID fpdaeelofinalobaekalbieemmnbindg
URL Resmi https://chromewebstore.google.com/detail/edealinfo-coupons/fpdaeelofinalobaekalbieemmnbindg
Deskripsi Get eDealinfo Deals & Coupons.
Ukuran File 122 KB
Jumlah Instalasi 1,251
Versi Saat Ini 2.0.14
Terakhir Diperbarui 2023-05-21
Tanggal Publikasi 2021-09-26
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.edealinfo.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.edealinfo.com
URL Halaman Kebijakan Privasi https://www.edealinfo.com/privacy-policy.php
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "eDealinfo Coupons",
    "version": "2.0.14",
    "manifest_version": 3,
    "short_name": "eDealinfo Coupons",
    "description": "Get eDealinfo Deals & Coupons.",
    "action": {
        "default_icon": "img\/edealinfo_icon_inactive.png",
        "default_popup": "popup.html",
        "default_title": "eDealinfo Coupons"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/app\/content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.edealinfo.com\/"
    ],
    "icons": {
        "128": "img\/edealinfo_icon.png"
    },
    "minimum_chrome_version": "88",
    "permissions": [
        "tabs"
    ]
}