eZ Elite Creator

Easily create eZ Elites from your Amazon and eBay shipments

Apa itu eZ Elite Creator?

eZ Elite Creator adalah ekstensi Chrome yang dikembangkan oleh https://getezone.com, dan fitur utamanya adalah "Easily create eZ Elites from your Amazon and eBay shipments".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi eZ Elite Creator

Unduh file ekstensi eZ Elite Creator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama eZ Elite Creator eZ Elite Creator
ID npffgkeiloipncddpajpeafdahfgoibo
URL Resmi https://chromewebstore.google.com/detail/ez-elite-creator/npffgkeiloipncddpajpeafdahfgoibo
Deskripsi Easily create eZ Elites from your Amazon and eBay shipments
Ukuran File 123 KB
Jumlah Instalasi 1,594
Versi Saat Ini 1.9.5
Terakhir Diperbarui 2022-07-18
Tanggal Publikasi 2020-07-23
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://getezone.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://getezone.com
URL Halaman Bantuan https://getezone.com/faqs
URL Halaman Kebijakan Privasi https://www.getezone.com/privacy-policy
Bahasa yang Didukung 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\/"
    ]
}