My Coupon Tab
Automatically Finds the Best Coupons
My Coupon Tab là gì?
My Coupon Tab là một tiện ích mở rộng Chrome được phát triển bởi newidea, và tính năng chính của nó là "Automatically Finds the Best Coupons".
Ả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 My Coupon Tab
Tải xuống các tệp mở rộng My Coupon Tab 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
Automatically Finds the Best Coupons Automatically finds the best coupons while you visit your favorite store. No need to waste time to searching for coupons & promo codes. My Coupon Tab works with all the popular stores like Walmart, Ebay, KOHL’S , Snapfish, Target, Macy’s, Sephora & Amazon to find the best deal so you don’t have to. Free & Easy to Use Add My Coupon Tab for free and never overpay again!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oongmcmolkkiogadepeoigjjckcjonem |
URL Chính Thức | https://chrome.google.com/webstore/detail/my-coupon-tab/oongmcmolkkiogadepeoigjjckcjonem |
Mô tả | Automatically Finds the Best Coupons |
Kích Thước Tệp | 1.17 MB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2019-07-19 |
Ngày Phát Hành | 2019-07-19 |
Nhà Phát Triển | newidea |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Coupon Tab", "description": "Automatically Finds the Best Coupons", "version": "1.0.7", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "https:\/\/www.imgviewer.net\/", "http:\/\/www.myweathernewtab.com\/" ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "coupon16.png", "32": "coupon32.png", "48": "coupon48.png", "128": "coupon128.png" } } |