eZ Elite Creator

Easily create eZ Elites from your Amazon and eBay shipments

Wat is eZ Elite Creator?

eZ Elite Creator is een Chrome-extensie ontwikkeld door https://getezone.com, en de belangrijkste functie is "Easily create eZ Elites from your Amazon and eBay shipments".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie eZ Elite Creator

Download eZ Elite Creator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam eZ Elite Creator eZ Elite Creator
ID npffgkeiloipncddpajpeafdahfgoibo
Officiële URL https://chromewebstore.google.com/detail/ez-elite-creator/npffgkeiloipncddpajpeafdahfgoibo
Beschrijving Easily create eZ Elites from your Amazon and eBay shipments
Bestandsgrootte 123 KB
Aantal Installaties 1,594
Huidige Versie 1.9.5
Laatst Bijgewerkt 2022-07-18
Publicatiedatum 2020-07-23
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://getezone.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://getezone.com
Help Pagina-URL https://getezone.com/faqs
URL van de Privacybeleid Pagina https://www.getezone.com/privacy-policy
Ondersteunde Talen 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\/"
    ]
}