My Coupon Tab
Automatically Finds the Best Coupons
什麼是My Coupon Tab?
My Coupon Tab是由newidea開發的Chrome擴展程式,該擴展的主要功能是“Automatically Finds the Best Coupons”。
擴展截圖
下載My Coupon Tab擴展crx文件
下載My Coupon Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | oongmcmolkkiogadepeoigjjckcjonem |
官方網址 | https://chrome.google.com/webstore/detail/my-coupon-tab/oongmcmolkkiogadepeoigjjckcjonem |
簡介 | Automatically Finds the Best Coupons |
檔案大小 | 1.17 MB |
安裝次數 | 17 |
目前版本 | 1.0.7 |
更新時間 | 2019-07-19 |
上架時間 | 2019-07-19 |
開發者 | newidea |
付費類型 | free |
支援的語言 | 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" } } |