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 |
Eメール | [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" ] } |