ExpertVoice Deal Alert
Don’t miss out on your expert pricing.
什么是ExpertVoice Deal Alert?
ExpertVoice Deal Alert是由ExpertVoice开发的Chrome扩展程序,该扩展的主要功能是“Don’t miss out on your expert pricing.”。
扩展截图
下载ExpertVoice Deal Alert扩展crx文件
下载ExpertVoice Deal Alert扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | ExpertVoice Deal Alert |
ID | fngnpjgngpmoldedbelemcpnjkipmgae |
官方URL | https://chromewebstore.google.com/detail/expertvoice-deal-alert/fngnpjgngpmoldedbelemcpnjkipmgae |
简介 | Don’t miss out on your expert pricing. |
文件大小 | 377 KB |
安装次数 | 5,208 |
当前版本 | 1.3 |
更新时间 | 2023-12-06 |
上架时间 | 2023-04-18 |
评分 | 5.00/5 共5次评分 |
开发者 | ExpertVoice |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.expertvoice.com/ |
帮助页面URL | https://expert-support.expertvoice.com/hc/en-us/articles/11048064469010 |
隐私政策页面URL | https://www.expertvoice.com/privacy-policy |
支持的语言 | 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" ] } |