eDealinfo Coupons

Get eDealinfo Deals & Coupons.

Vad är eDealinfo Coupons?

eDealinfo Coupons är en Chrome-tillägg utvecklad av https://www.edealinfo.com, och dess huvudfunktion är "Get eDealinfo Deals & Coupons.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner eDealinfo Coupons-förlängningens CRX-fil

Ladda ner eDealinfo Coupons-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn eDealinfo Coupons eDealinfo Coupons
ID fpdaeelofinalobaekalbieemmnbindg
Officiell webbadress https://chromewebstore.google.com/detail/edealinfo-coupons/fpdaeelofinalobaekalbieemmnbindg
Beskrivning Get eDealinfo Deals & Coupons.
Filstorlek 122 KB
Antal Installationer 1,251
Aktuell Version 2.0.14
Senast Uppdaterad 2023-05-21
Publiceringsdatum 2021-09-26
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.edealinfo.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.edealinfo.com
URL till Sekretesspolicy Sidan https://www.edealinfo.com/privacy-policy.php
Stödda Språk 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"
    ]
}