eDealinfo Coupons

Get eDealinfo Deals & Coupons.

什么是eDealinfo Coupons?

eDealinfo Coupons是由https://www.edealinfo.com开发的Chrome扩展程序,该扩展的主要功能是“Get eDealinfo Deals & Coupons.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载eDealinfo Coupons扩展crx文件

下载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"
    ]
}