eZ Elite Creator
Easily create eZ Elites from your Amazon and eBay shipments
Was ist eZ Elite Creator?
eZ Elite Creator ist eine Chrome-Erweiterung, die von https://getezone.com entwickelt wurde, und ihr Hauptmerkmal ist "Easily create eZ Elites from your Amazon and eBay shipments".
Erweiterungsscreenshots
eZ Elite Creator-Erweiterungs-CRX-Datei herunterladen
Laden Sie eZ Elite Creator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | eZ Elite Creator |
ID | npffgkeiloipncddpajpeafdahfgoibo |
Offizielle URL | https://chromewebstore.google.com/detail/ez-elite-creator/npffgkeiloipncddpajpeafdahfgoibo |
Beschreibung | Easily create eZ Elites from your Amazon and eBay shipments |
Dateigröße | 123 KB |
Installationsanzahl | 1,594 |
Aktuelle Version | 1.9.5 |
Letztes Update | 2022-07-18 |
Veröffentlichungsdatum | 2020-07-23 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://getezone.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://getezone.com |
Hilfeseite URL | https://getezone.com/faqs |
URL der Datenschutzrichtlinien-Seite | https://www.getezone.com/privacy-policy |
Unterstützte Sprachen | 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\/" ] } |