eDealinfo Coupons

Get eDealinfo Deals & Coupons.

ما هو eDealinfo Coupons؟

eDealinfo Coupons هو إضافة Chrome تم تطويرها بواسطة https://www.edealinfo.com، والميزة الرئيسية لها هي "Get eDealinfo Deals & Coupons.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة eDealinfo Coupons

قم بتنزيل ملفات الامتداد eDealinfo Coupons بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم eDealinfo Coupons eDealinfo Coupons
ID fpdaeelofinalobaekalbieemmnbindg
عنوان URL الرسمي https://chromewebstore.google.com/detail/edealinfo-coupons/fpdaeelofinalobaekalbieemmnbindg
الوصف Get eDealinfo Deals & Coupons.
حجم الملف 122 KB
عدد التثبيتات 1,251
النسخة الحالية 2.0.14
آخر تحديث 2023-05-21
تاريخ النشر 2021-09-26
تقييم 5.00/5 مجموع تقييمات 1
المطور https://www.edealinfo.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.edealinfo.com
عنوان صفحة سياسة الخصوصية https://www.edealinfo.com/privacy-policy.php
اللغات المدعومة 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"
    ]
}