Coupon2Deal
Coupon2Deal extension is here to provide you cashback from almost every store.
什么是Coupon2Deal?
Coupon2Deal是由callsmaster开发的Chrome扩展程序,该扩展的主要功能是“Coupon2Deal extension is here to provide you cashback from almost every store.”。
扩展截图
下载Coupon2Deal扩展crx文件
下载Coupon2Deal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Coupon2Deal is USA based online platform established in 2019 with its arms and network spread worldwide. We, at Coupon2Deal are devoted to deliver the best outcome to our users to fulfill the buds of their love for shopping while sitting at home with a cup of coffee. Since shopping dwells in almost every heart, we run our global network by providing interesting Deals, Coupons & Promo Codes; applicable for different shopping channels to our shopping audience. Through the Deals, Coupons and Discounts we bring, you save more and shop more. Visit https://www.coupon2deal.com
扩展基本信息
名称 | |
ID | liljjnfbhfaimmnhonkbckeogkbmekcm |
官方URL | https://chrome.google.com/webstore/detail/coupon2deal/liljjnfbhfaimmnhonkbckeogkbmekcm |
简介 | Coupon2Deal extension is here to provide you cashback from almost every store. |
文件大小 | 25.28 KB |
安装次数 | 6,000 |
当前版本 | 2.8 |
更新时间 | 2022-01-25 |
上架时间 | 2020-09-20 |
评分 | 4.49/5 共41次评分 |
开发者 | callsmaster |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.coupon2deal.com/ |
帮助页面URL | https://www.coupon2deal.com/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coupon2Deal", "version": "2.8", "description": "Coupon2Deal extension is here to provide you cashback from almost every store.", "icons": { "128": ".\/icons\/c2d128.png", "48": ".\/icons\/c2d48.png", "16": ".\/icons\/c2d16.png" }, "browser_action": { "default_icon": ".\/icons\/c2d128.png", "default_title": "Coupon2Deal" }, "background": { "scripts": [ ".\/background\/event.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/www.coupontodeal.com\/*" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ ".\/shared\/content.js" ], "css": [ ".\/shared\/content.css" ], "run_at": "document_start" } ], "permissions": [ "activeTab", "declarativeContent" ], "web_accessible_resources": [ "https:\/\/super-dashboard-images-cdn.s3.amazonaws.com\/images\/1628586860044-coupon2deallogojpg.jpeg" ] } |