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 |
官方網址 | 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" ] } |