My Coupon Tab
Automatically Finds the Best Coupons
O que é My Coupon Tab?
My Coupon Tab é uma extensão do Chrome desenvolvida por newidea, e sua principal característica é "Automatically Finds the Best Coupons".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão My Coupon Tab
Baixe arquivos de extensão My Coupon Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | oongmcmolkkiogadepeoigjjckcjonem |
URL Oficial | https://chrome.google.com/webstore/detail/my-coupon-tab/oongmcmolkkiogadepeoigjjckcjonem |
Descrição | Automatically Finds the Best Coupons |
Tamanho do Arquivo | 1.17 MB |
Contagem de Instalações | 17 |
Versão Atual | 1.0.7 |
Última Atualização | 2019-07-19 |
Data de Publicação | 2019-07-19 |
Desenvolvedor | newidea |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |