eDealinfo Coupons

Get eDealinfo Deals & Coupons.

Wat is eDealinfo Coupons?

eDealinfo Coupons is een Chrome-extensie ontwikkeld door https://www.edealinfo.com, en de belangrijkste functie is "Get eDealinfo Deals & Coupons.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie eDealinfo Coupons

Download eDealinfo Coupons-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam eDealinfo Coupons eDealinfo Coupons
ID fpdaeelofinalobaekalbieemmnbindg
Officiële URL https://chromewebstore.google.com/detail/edealinfo-coupons/fpdaeelofinalobaekalbieemmnbindg
Beschrijving Get eDealinfo Deals & Coupons.
Bestandsgrootte 122 KB
Aantal Installaties 1,251
Huidige Versie 2.0.14
Laatst Bijgewerkt 2023-05-21
Publicatiedatum 2021-09-26
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.edealinfo.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.edealinfo.com
URL van de Privacybeleid Pagina https://www.edealinfo.com/privacy-policy.php
Ondersteunde Talen 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"
    ]
}