ezsheep

This extension is to beautify the label print page of ebay

Что такое ezsheep?

ezsheep - это расширение Chrome, разработанное uniphonepty, и его основная функция - "This extension is to beautify the label print page of ebay".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения ezsheep

Скачайте файлы расширений ezsheep в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название ezsheep ezsheep
ID lkcfnlclegbgbdmfklccffmlikkamcae
Официальный URL https://chromewebstore.google.com/detail/ezsheep/lkcfnlclegbgbdmfklccffmlikkamcae
Описание This extension is to beautify the label print page of ebay
Размер файла 710 KB
Количество установок 45
Текущая Версия 0.1.0
Последнее Обновление 2019-04-06
Дата публикации 2019-04-05
Рейтинг 5.00/5 Всего 2 оценок
Разработчик uniphonepty
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}