eDealinfo Coupons
Get eDealinfo Deals & Coupons.
What is eDealinfo Coupons?
eDealinfo Coupons is a Chrome extension developed by https://www.edealinfo.com, and its main feature is "Get eDealinfo Deals & Coupons.".
Extension Screenshots
Download eDealinfo Coupons Extension CRX File
Download eDealinfo Coupons 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
Our extension will show you all the available coupons for a specific merchant that you are shopping. It will automatically test & apply the best coupon code at checkout. After installing this extension, be sure to pin it to your browser. If you have any concerns please view our Privacy Policy at https://www.edealinfo.com/privacy-policy.php Affiliate Link Disclosure: If you buy through our links, we may get a commission.
Extension Basic Information
Name | eDealinfo Coupons |
ID | fpdaeelofinalobaekalbieemmnbindg |
Official URL | https://chromewebstore.google.com/detail/edealinfo-coupons/fpdaeelofinalobaekalbieemmnbindg |
Description | Get eDealinfo Deals & Coupons. |
File Size | 122 KB |
Installation Count | 1,251 |
Current Version | 2.0.14 |
Last Updated | 2023-05-21 |
Publish Date | 2021-09-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.edealinfo.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.edealinfo.com |
Privacy Policy Page URL | https://www.edealinfo.com/privacy-policy.php |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "eDealinfo Coupons", "version": "2.0.14", "manifest_version": 3, "short_name": "eDealinfo Coupons", "description": "Get eDealinfo Deals & Coupons.", "action": { "default_icon": "img\/edealinfo_icon_inactive.png", "default_popup": "popup.html", "default_title": "eDealinfo Coupons" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/app\/content.js" ] } ], "host_permissions": [ "https:\/\/www.edealinfo.com\/" ], "icons": { "128": "img\/edealinfo_icon.png" }, "minimum_chrome_version": "88", "permissions": [ "tabs" ] } |