ezsheep

This extension is to beautify the label print page of ebay

O que é ezsheep?

ezsheep é uma extensão do Chrome desenvolvida por uniphonepty, e sua principal característica é "This extension is to beautify the label print page of ebay".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ezsheep

Baixe arquivos de extensão ezsheep no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome ezsheep ezsheep
ID lkcfnlclegbgbdmfklccffmlikkamcae
URL Oficial https://chromewebstore.google.com/detail/ezsheep/lkcfnlclegbgbdmfklccffmlikkamcae
Descrição This extension is to beautify the label print page of ebay
Tamanho do Arquivo 710 KB
Contagem de Instalações 45
Versão Atual 0.1.0
Última Atualização 2019-04-06
Data de Publicação 2019-04-05
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor uniphonepty
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}