eZshopper
No Credit Card? We Make Online Shopping Easy for you.
What is eZshopper?
eZshopper is a Chrome extension developed by getezone, and its main feature is "No Credit Card? We Make Online Shopping Easy for you.".
Extension Screenshots
Download eZshopper Extension CRX File
Download eZshopper 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
eZshopper allows you to capture items that you want to buy, and we place the order for you with our credit card. You can pay from your chequing or savings account via your bank's Internet banking or mobile banking services, or over the counter at your bank. eZshopper also allows “Retail Aggregation”, since the eZshopper cart allows products from up to 15 distinct web-merchants in a single “Check-Out”.
Extension Basic Information
Name | eZshopper |
ID | bnkdkedkdoaniknfocfonneflokdimcm |
Official URL | https://chromewebstore.google.com/detail/ezshopper/bnkdkedkdoaniknfocfonneflokdimcm |
Description | No Credit Card? We Make Online Shopping Easy for you. |
File Size | 1.89 MB |
Installation Count | 1,000 |
Current Version | 1.9.5 |
Last Updated | 2024-01-16 |
Publish Date | 2020-03-25 |
Rating | 4.86/5 Total 7 Ratings |
Developer | getezone |
[email protected] | |
Payment Type | free |
Extension Website | https://getezone.com |
Help Page URL | https://www.getezone.com/faqs/ |
Privacy Policy Page URL | https://www.getezone.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "eZshopper", "description": "No Credit Card? We Make Online Shopping Easy for you.", "version": "1.9.5", "icons": { "128": "www\/images\/icon128.png" }, "action": { "default_icon": { "19": "www\/images\/icon19.png", "38": "www\/images\/icon38.png", "128": "www\/images\/icon128.png" }, "default_popup": "www\/popup.html", "default_title": "eZshopper" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "https:\/\/*.getezone.com\/", "http:\/\/*\/", "https:\/\/*\/" ] } |