eZ Elite Creator
Easily create eZ Elites from your Amazon and eBay shipments
What is eZ Elite Creator?
eZ Elite Creator is a Chrome extension developed by https://getezone.com, and its main feature is "Easily create eZ Elites from your Amazon and eBay shipments".
Extension Screenshots
Download eZ Elite Creator Extension CRX File
Download eZ Elite Creator 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
Easily create eZ Elites from your Amazon and eBay shipments. Runs in the background of your Chrome browser or run manually through the interface. Requires login to Amazon, eBay and eZone accounts.
Extension Basic Information
Name | eZ Elite Creator |
ID | npffgkeiloipncddpajpeafdahfgoibo |
Official URL | https://chromewebstore.google.com/detail/ez-elite-creator/npffgkeiloipncddpajpeafdahfgoibo |
Description | Easily create eZ Elites from your Amazon and eBay shipments |
File Size | 123 KB |
Installation Count | 1,594 |
Current Version | 1.9.5 |
Last Updated | 2022-07-18 |
Publish Date | 2020-07-23 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://getezone.com |
[email protected] | |
Payment Type | free |
Extension Website | https://getezone.com |
Help Page URL | https://getezone.com/faqs |
Privacy Policy Page URL | https://www.getezone.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "eZ Elite Creator", "description": "Easily create eZ Elites from your Amazon and eBay shipments", "version": "1.9.5", "icons": { "128": "www\/images\/icon128.png" }, "background": { "scripts": [ "www\/js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.ebay.com\/*" ], "js": [ "www\/js\/scrapeEbayContent.js" ] } ], "browser_action": { "default_icon": { "19": "www\/images\/icon19.png", "38": "www\/images\/icon38.png", "128": "www\/images\/icon128.png" }, "default_popup": "www\/index.html" }, "permissions": [ "alarms", "notifications", "storage", "tabs", "webNavigation", "unlimitedStorage", "https:\/\/*.getezone.com\/", "https:\/\/*.amazon.com\/", "https:\/\/amazon.com\/", "https:\/\/*.ebay.com\/*", "https:\/\/ebay.com\/" ] } |