eZ Elite Creator
Easily create eZ Elites from your Amazon and eBay shipments
ما هو eZ Elite Creator؟
eZ Elite Creator هو إضافة Chrome تم تطويرها بواسطة https://getezone.com، والميزة الرئيسية لها هي "Easily create eZ Elites from your Amazon and eBay shipments".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة eZ Elite Creator
قم بتنزيل ملفات الامتداد eZ Elite Creator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://getezone.com/faqs |
عنوان صفحة سياسة الخصوصية | 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\/" ] } |