eZ Elite Creator

Easily create eZ Elites from your Amazon and eBay shipments

Co to jest eZ Elite Creator?

eZ Elite Creator to rozszerzenie Chrome opracowane przez https://getezone.com, a jego główną funkcją jest „Easily create eZ Elites from your Amazon and eBay shipments”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia eZ Elite Creator

Pobierz pliki rozszerzeń eZ Elite Creator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa eZ Elite Creator eZ Elite Creator
ID npffgkeiloipncddpajpeafdahfgoibo
Oficjalny URL https://chromewebstore.google.com/detail/ez-elite-creator/npffgkeiloipncddpajpeafdahfgoibo
Opis Easily create eZ Elites from your Amazon and eBay shipments
Rozmiar pliku 123 KB
Liczba instalacji 1,594
Aktualna Wersja 1.9.5
Ostatnia Aktualizacja 2022-07-18
Data Publikacji 2020-07-23
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://getezone.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://getezone.com
Adres URL Strony Pomocy https://getezone.com/faqs
Adres URL Strony Polityki Prywatności https://www.getezone.com/privacy-policy
Obsługiwane Języki 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\/"
    ]
}