eZ Elite Creator
Easily create eZ Elites from your Amazon and eBay shipments
eZ Elite Creator क्या है?
eZ Elite Creator https://getezone.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily create eZ Elites from your Amazon and eBay shipments"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में eZ Elite Creator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | eZ Elite Creator |
ID | npffgkeiloipncddpajpeafdahfgoibo |
आधिकारिक URL | https://chromewebstore.google.com/detail/ez-elite-creator/npffgkeiloipncddpajpeafdahfgoibo |
विवरण | Easily create eZ Elites from your Amazon and eBay shipments |
फ़ाइल का आकार | 123 KB |
स्थापना संख्या | 1,594 |
वर्तमान संस्करण | 1.9.5 |
अंतिम अपडेट | 2022-07-18 |
प्रकाशन तिथि | 2020-07-23 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://getezone.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://getezone.com |
सहायता पृष्ठ URL | https://getezone.com/faqs |
गोपनीयता नीति पृष्ठ URL | https://www.getezone.com/privacy-policy |
समर्थित भाषाएँ | 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\/" ] } |