Shopper.com
Shopper.com automatically applies the best coupon to your shopping basket.
O que é Shopper.com?
Shopper.com é uma extensão do Chrome desenvolvida por https://www.shopper.com, e sua principal característica é "Shopper.com automatically applies the best coupon to your shopping basket.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Shopper.com
Baixe arquivos de extensão Shopper.com 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
Overview Shopper.com's free extension automatically applies the best coupon code at checkout page in one click when you shop online. How it works? 1) Have the extension installed on your browser and shop as you would normally. 2) Once you reach the checkout page after adding products to the cart, the extension pops up to apply all working coupons for that basket automatically. Thus you will save maximum on every purchase you make. 3) Coupon codes are added by other Shoppers like you. Each Shopper is rewarded for every successful purchase that's made using coupon they uploaded on Shopper.com. Features 40,000+ stores around the globe with frequently updated coupons that allow users to get more discounts without avast. What's more? Earn money every time someone gets a discount using the coupons you added on Shopper.com. You can add coupons (digital and print ones) on Shopper.com extension even for the tiniest Shopify stores. Features * Works without opening a new tab. * Supported on over 40,000+ stores, new stores are added each day by the community. * By the community and for the community. * No in-active/expired coupon codes, works like a charm. * Choose from the best of the best coupon codes that saves you the most. * Actively maintained extension with monthly updates. Award winning technology helps you to find the best coupon codes all the time. FAQs Why is my favorite retail store not on your extension? We have 42K+ retail stores globally on our platform. However, if your favorite store is missing, you can add it to Shopper as well as any discount codes that you may have. How can I upload coupons? Visit the store you want to add coupons for and open the extension. Click “add coupon” button from the extension. Alternatively, you can log in to your account and upload coupons. How is Shopper.com different from Honey, Piggy, Cently etc? Unlike other coupon platforms, Shopper is a community driven discounting platform. We have more working codes on Shopper.com as coupons are uploaded by users on a day to day basis. Which countries does it cover? You can save and earn money from anywhere in the world. Also, our community is adding 1000s of stores and coupon codes every day from countries globally. This means that you can save and earn from any geographical location in the world. Does this actually work? Yes. With us, 1000s of shoppers save on purchases they make every day. Just install and give it a try. I am lost. What did you say this tool does? The platform automatically finds and applies the best coupon/voucher/discount/promo codes at the checkout page when you shop online.
Informações Básicas da Extensão
Nome | Shopper.com |
ID | aaiolimgbncdaldgbbjkidiijidchhjo |
URL Oficial | https://chromewebstore.google.com/detail/shoppercom/aaiolimgbncdaldgbbjkidiijidchhjo |
Descrição | Shopper.com automatically applies the best coupon to your shopping basket. |
Tamanho do Arquivo | 2.65 MB |
Contagem de Instalações | 29,252 |
Versão Atual | 4.3.15 |
Última Atualização | 2023-08-27 |
Data de Publicação | 2020-06-25 |
Classificação | 4.73/5 Total de 246 Avaliações |
Desenvolvedor | https://www.shopper.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.shopper.com |
URL da Página de Política de Privacidade | https://www.shopper.com/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/www.shopper.com\/?source=plugin", "default_locale": "en", "background": { "persistent": true, "page": "background.html" }, "browser_action": { "default_icon": { "16": "images\/default_icon_16.png", "32": "images\/default_icon_32.png" }, "default_title": "__MSG_extDefaultTitle__" }, "content_scripts": [ { "all_frames": false, "js": [ "js\/browser-polyfill.js", "js\/jquery.js", "js\/install.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "all_frames": false, "css": [ "css\/content.css", "css\/popup.css" ], "js": [ "js\/config.js", "js\/shoppers.js", "js\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "128": "images\/active_icon_128.png", "120": "images\/active_icon_120.png", "48": "images\/active_icon_48.png", "32": "images\/active_icon_32.png", "16": "images\/active_icon_16.png" }, "permissions": [ "activeTab", "cookies", "storage", "unlimitedStorage", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "4.3.15", "manifest_version": 2, "short_name": "Shopper.com", "web_accessible_resources": [ "images\/*", "iframes\/*", "css\/*", "js\/jquery.js" ] } |