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”。

擴展截圖

screenshot

下載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 eZ Elite Creator
ID npffgkeiloipncddpajpeafdahfgoibo
官方網址 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\/"
    ]
}