Coupon2Deal
Coupon2Deal extension is here to provide you cashback from almost every store.
Coupon2Deal là gì?
Coupon2Deal là một tiện ích mở rộng Chrome được phát triển bởi callsmaster, và tính năng chính của nó là "Coupon2Deal extension is here to provide you cashback from almost every store.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Coupon2Deal
Tải xuống các tệp mở rộng Coupon2Deal dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | liljjnfbhfaimmnhonkbckeogkbmekcm |
URL Chính Thức | https://chrome.google.com/webstore/detail/coupon2deal/liljjnfbhfaimmnhonkbckeogkbmekcm |
Mô tả | Coupon2Deal extension is here to provide you cashback from almost every store. |
Kích Thước Tệp | 25.28 KB |
Số Lần Cài Đặt | 6,000 |
Phiên Bản Hiện Tại | 2.8 |
Cập Nhật Lần Cuối | 2022-01-25 |
Ngày Phát Hành | 2020-09-20 |
Đánh Giá | 4.49/5 Tổng số 41 Đánh Giá |
Nhà Phát Triển | callsmaster |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.coupon2deal.com/ |
URL Trang Trợ Giúp | https://www.coupon2deal.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |