Etsy Address Print

Helps to print in batch addresses for selected orders to be glued to envelopes

Что такое Etsy Address Print?

Etsy Address Print - это расширение Chrome, разработанное etsygadget.com, и его основная функция - "Helps to print in batch addresses for selected orders to be glued to envelopes".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        [FOR ETSY SELLERS ONLY]

Print easily labels for envelops and packages with directions of your customers. Save your time and be more productive.

Watch video to see how does it work.                    

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

Название Etsy Address Print Etsy Address Print
ID njhelbijmdigcbjncoppnffecpbckbfm
Официальный URL https://chromewebstore.google.com/detail/etsy-address-print/njhelbijmdigcbjncoppnffecpbckbfm
Описание Helps to print in batch addresses for selected orders to be glued to envelopes
Размер файла 49.41 KB
Количество установок 41
Текущая Версия 1.9
Последнее Обновление 2020-05-14
Дата публикации 2020-05-13
Рейтинг 5.00/5 Всего 6 оценок
Разработчик etsygadget.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://etsygadget.com/etsy_address_print/
URL страницы помощи http://etsygadget.com/en/contacts/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Etsy Address Print",
    "short_name": "Etsy Address Print",
    "description": "Helps to print in batch addresses for selected orders to be glued to envelopes",
    "version": "1.9",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/*.etsy.com\/"
    ],
    "homepage_url": "http:\/\/etsygadget.com\/etsy_address_print\/",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.etsy.com\/*\/your\/orders*",
                "*:\/\/*.etsy.com\/your\/orders*",
                "*:\/\/*.etsy.com\/your\/orders\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "print.html",
        "styles.css",
        "jquery.js",
        "*.png"
    ]
}