ExpertVoice Deal Alert
Don’t miss out on your expert pricing.
What is ExpertVoice Deal Alert?
ExpertVoice Deal Alert is a Chrome extension developed by ExpertVoice, and its main feature is "Don’t miss out on your expert pricing.".
Extension Screenshots
Download ExpertVoice Deal Alert Extension CRX File
Download ExpertVoice Deal Alert extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ExpertVoice Deal Alert |
ID | fngnpjgngpmoldedbelemcpnjkipmgae |
Official URL | https://chromewebstore.google.com/detail/expertvoice-deal-alert/fngnpjgngpmoldedbelemcpnjkipmgae |
Description | Don’t miss out on your expert pricing. |
File Size | 377 KB |
Installation Count | 5,208 |
Current Version | 1.3 |
Last Updated | 2023-12-06 |
Publish Date | 2023-04-18 |
Rating | 5.00/5 Total 5 Ratings |
Developer | ExpertVoice |
[email protected] | |
Payment Type | free |
Extension Website | https://www.expertvoice.com/ |
Help Page URL | https://expert-support.expertvoice.com/hc/en-us/articles/11048064469010 |
Privacy Policy Page URL | https://www.expertvoice.com/privacy-policy |
Supported Languages | 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" ] } |