eZ Elite Creator
Easily create eZ Elites from your Amazon and eBay shipments
什么是eZ Elite Creator?
eZ Elite Creator是由https://getezone.com开发的Chrome扩展程序,该扩展的主要功能是“Easily create eZ Elites from your Amazon and eBay shipments”。
扩展截图
下载eZ Elite Creator扩展crx文件
下载eZ Elite Creator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/" ] } |