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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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"
    ]
}