ExpertVoice Deal Alert
Don’t miss out on your expert pricing.
O que é ExpertVoice Deal Alert?
ExpertVoice Deal Alert é uma extensão do Chrome desenvolvida por ExpertVoice, e sua principal característica é "Don’t miss out on your expert pricing.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ExpertVoice Deal Alert
Baixe arquivos de extensão ExpertVoice Deal Alert 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
An ExpertVoice membership has much to offer. The ExpertVoice Deal Alert, a free Chrome browser extension, is a shopping benefit that notifies you of your ExpertVoice discount before buying products on Amazon. Install the ExpertVoice Chrome extension today to shop like an expert. 🔍 DEAL-CHECK FAST 900+ brands offer insider-only discounts on ExpertVoice.* The Chrome browser extension reveals your unique discount and directs you to the same brand on ExpertVoice for a seamless shopping experience. 🛒 SAVE MONEY ON TOP BRANDS If browsing for a product on Amazon, the bolt instantly lights up in red to notify you of your ExpertVoice discount. Keep your eye on the bolt for cost-saving tips and never overpay again. ⚡️HOW IT WORKS 1. Once you’ve installed the ExpertVoice browser extension, you’ll see a small “lightning bolt” on the top right-hand corner of your Chrome toolbar. When you shop on Amazon, an ExpertVoice deal is supported for that product if the lightning bolt illuminates in red. 2. Click “View discounts” on the notification to open the same brand’s ExpertVoice store in a separate tab. 3. On ExpertVoice, search for the same product, complete any required lessons to unlock your discount, and confirm you’re getting your best price before you buy.** ---------------------------------------------- *Brand access is based on your ExpertVoice member affiliation. **Amazon and ExpertVoice are not affiliated. Amazon’s shipping costs and the member’s Prime status are not factored into the Chrome browser discount notification. ExpertVoice cannot guarantee that the product is in stock on ExpertVoice. By using the ExpertVoice browser extension, you agree to ExpertVoice’s terms and conditions: https://www.expertvoice.com/about/honor-code-2/ Sign-up for ExpertVoice here: https://www.expertvoice.com See what brands you qualify for here: https://www.expertvoice.com/home/brands
Informações Básicas da Extensão
Nome | ExpertVoice Deal Alert |
ID | fngnpjgngpmoldedbelemcpnjkipmgae |
URL Oficial | https://chromewebstore.google.com/detail/expertvoice-deal-alert/fngnpjgngpmoldedbelemcpnjkipmgae |
Descrição | Don’t miss out on your expert pricing. |
Tamanho do Arquivo | 377 KB |
Contagem de Instalações | 5,208 |
Versão Atual | 1.3 |
Última Atualização | 2023-12-06 |
Data de Publicação | 2023-04-18 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | ExpertVoice |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.expertvoice.com/ |
URL da Página de Ajuda | https://expert-support.expertvoice.com/hc/en-us/articles/11048064469010 |
URL da Página de Política de Privacidade | https://www.expertvoice.com/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Don\u2019t miss out on your expert pricing.", "version": "1.3", "name": "ExpertVoice Deal Alert", "manifest_version": 3, "icons": { "16": "assets\/images\/icon16_gray.png", "48": "assets\/images\/icon48_gray.png", "128": "assets\/images\/icon128_gray.png" }, "action": [], "content_scripts": [ { "matches": [ "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.ca\/*" ], "exclude_matches": [ "https:\/\/expertvoice.com\/*" ], "css": [ "content.css" ], "js": [ "content.min.js" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/fonts\/experticity-ux.ttf", "assets\/fonts\/source-sans-pro-v18-300.ttf", "assets\/fonts\/source-sans-pro-v18-400.ttf", "assets\/fonts\/source-sans-pro-v18-600.ttf", "assets\/images\/preview.png" ], "matches": [ "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.ca\/*" ] } ], "background": { "service_worker": "worker.min.js" }, "host_permissions": [ "*:\/\/*.expertvoice.com\/" ], "permissions": [ "activeTab", "cookies", "storage" ] } |