eZ Elite Creator

Easily create eZ Elites from your Amazon and eBay shipments

Cos'è eZ Elite Creator?

eZ Elite Creator è un'estensione di Chrome sviluppata da https://getezone.com, e la sua funzione principale è "Easily create eZ Elites from your Amazon and eBay shipments".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione eZ Elite Creator

Scarica i file di estensione eZ Elite Creator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome eZ Elite Creator eZ Elite Creator
ID npffgkeiloipncddpajpeafdahfgoibo
URL Ufficiale https://chromewebstore.google.com/detail/ez-elite-creator/npffgkeiloipncddpajpeafdahfgoibo
Descrizione Easily create eZ Elites from your Amazon and eBay shipments
Dimensione del File 123 KB
Conteggio Installazioni 1,594
Versione Corrente 1.9.5
Ultimo Aggiornamento 2022-07-18
Data di Pubblicazione 2020-07-23
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://getezone.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://getezone.com
URL della Pagina di Aiuto https://getezone.com/faqs
URL della Pagina della Politica sulla Privacy https://www.getezone.com/privacy-policy
Lingue Supportate 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\/"
    ]
}