AZLabels - Thermal Labels For Amazon

AZLabels allows you to print thermal labels straight to your thermal printer from Seller Central.

O que é AZLabels - Thermal Labels For Amazon?

AZLabels - Thermal Labels For Amazon é uma extensão do Chrome desenvolvida por https://azlabels.com, e sua principal característica é "AZLabels allows you to print thermal labels straight to your thermal printer from Seller Central.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão AZLabels - Thermal Labels For Amazon

Baixe arquivos de extensão AZLabels - Thermal Labels For Amazon 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

                        Tired of downloading PDFs, snapshotting the same section over and over, or using ancient software that takes forever? Print in one click.

Set your preferred label size once and never worry about getting the right size again.

Download the simple Chrome extension and you'll be printing labels in under two minutes.

Need help with anything? Our team is available to support with any problems you might have.                    

Informações Básicas da Extensão

Nome AZLabels - Thermal Labels For Amazon AZLabels - Thermal Labels For Amazon
ID inmneomoclbfckggkehdaimnamkekpnc
URL Oficial https://chromewebstore.google.com/detail/azlabels-thermal-labels-f/inmneomoclbfckggkehdaimnamkekpnc
Descrição AZLabels allows you to print thermal labels straight to your thermal printer from Seller Central.
Tamanho do Arquivo 161 KB
Contagem de Instalações 2,851
Versão Atual 1.13.0
Última Atualização 2023-10-17
Data de Publicação 2020-06-13
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://azlabels.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://azlabels.com
URL da Página de Ajuda http://azlabels.helpscoutdocs.com
URL da Página de Política de Privacidade https://azlabels.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AZLabels - Thermal Labels For Amazon",
    "version": "1.13.0",
    "manifest_version": 2,
    "description": "AZLabels allows you to print thermal labels straight to your thermal printer from Seller Central.",
    "homepage_url": "https:\/\/azlabels.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "AZLabels",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "downloads",
        "storage",
        "notifications",
        "tabs",
        "*:\/\/sellercentral.amazon.com\/*",
        "*:\/\/sellercentral-europe.amazon.com\/*",
        "*:\/\/sellercentral.amazon.com.mx\/*",
        "*:\/\/sellercentral.amazon.ca\/*",
        "*:\/\/sellercentral.amazon.com.au\/*",
        "*:\/\/sellercentral.amazon.de\/*",
        "*:\/\/sellercentral.amazon.fr\/*",
        "*:\/\/sellercentral.amazon.it\/*",
        "*:\/\/sellercentral.amazon.es\/*",
        "*:\/\/sellercentral.amazon.co.jp\/*",
        "*:\/\/sellercentral.amazon.co.uk\/*",
        "*:\/\/sellercentral-japan.amazon.com\/*",
        "*:\/\/sellercentral.amazon.ae\/*",
        "*:\/\/*.azlabels.com\/*"
    ],
    "optional_permissions": [
        "*:\/\/*.ebay.com\/*",
        "*:\/\/*.ups.com\/*",
        "*:\/\/sellercentral.amazon.in\/*",
        "*:\/\/*.supplychainconnect.amazon.com\/*",
        "*:\/\/*.azlabels-api.test\/*",
        "*:\/\/*.azlabels-saas.test\/*"
    ]
}