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
公式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
Eメール [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\/"
    ]
}