eZ Elite Creator

Easily create eZ Elites from your Amazon and eBay shipments

Vad är eZ Elite Creator?

eZ Elite Creator är en Chrome-tillägg utvecklad av https://getezone.com, och dess huvudfunktion är "Easily create eZ Elites from your Amazon and eBay shipments".

Tilläggsskärmbilder

screenshot

Ladda ner eZ Elite Creator-förlängningens CRX-fil

Ladda ner eZ Elite Creator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn eZ Elite Creator eZ Elite Creator
ID npffgkeiloipncddpajpeafdahfgoibo
Officiell webbadress https://chromewebstore.google.com/detail/ez-elite-creator/npffgkeiloipncddpajpeafdahfgoibo
Beskrivning Easily create eZ Elites from your Amazon and eBay shipments
Filstorlek 123 KB
Antal Installationer 1,594
Aktuell Version 1.9.5
Senast Uppdaterad 2022-07-18
Publiceringsdatum 2020-07-23
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://getezone.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://getezone.com
Hjälpsida URL https://getezone.com/faqs
URL till Sekretesspolicy Sidan https://www.getezone.com/privacy-policy
Stödda Språk 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\/"
    ]
}