ezsheep

This extension is to beautify the label print page of ebay

Was ist ezsheep?

ezsheep ist eine Chrome-Erweiterung, die von uniphonepty entwickelt wurde, und ihr Hauptmerkmal ist "This extension is to beautify the label print page of ebay".

Erweiterungsscreenshots

screenshot

ezsheep-Erweiterungs-CRX-Datei herunterladen

Laden Sie ezsheep-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        this extension is used to format and prettify ebay's print Address labels function
Feature:
[secure] No need to login ebay account to thrid party website
[customize] Uploda your own logo and put it in the address label                    

Grundlegende Informationen zur Erweiterung

Name ezsheep ezsheep
ID lkcfnlclegbgbdmfklccffmlikkamcae
Offizielle URL https://chromewebstore.google.com/detail/ezsheep/lkcfnlclegbgbdmfklccffmlikkamcae
Beschreibung This extension is to beautify the label print page of ebay
Dateigröße 710 KB
Installationsanzahl 45
Aktuelle Version 0.1.0
Letztes Update 2019-04-06
Veröffentlichungsdatum 2019-04-05
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler uniphonepty
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ezsheep",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "This extension is to beautify the label print page of ebay",
    "homepage_url": "http:\/\/extensionizr.com",
    "icons": {
        "16": "icons\/sheep16.png",
        "48": "icons\/sheep48.png",
        "128": "icons\/sheep128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/sheep19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/k2b-print.ebay.com.au\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/k2b-print.ebay.com.au\/*",
                "https:\/\/k2b-bulk.ebay.com.au\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}