Shipping Printer

The printer helper

O que é Shipping Printer?

Shipping Printer é uma extensão do Chrome desenvolvida por Ayinprinter.com, e sua principal característica é "The printer helper".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Shipping Printer

Baixe arquivos de extensão Shipping Printer 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

                        Shipping printer is an app dedicated to printing shipping labels.  It connects to the printer via bluetooth of the mobile phone and works.  It has rich functions, and users can create labels of different sizes and shapes according to their own needs.  It has rich templates.  You can easily print shipping labels from various e-commerce platforms and express delivery platforms.  Start using it now!                    

Informações Básicas da Extensão

Nome Shipping Printer Shipping Printer
ID pbnnbmkdlmmpdadgaflbdaomdimphcjn
URL Oficial https://chromewebstore.google.com/detail/shipping-printer/pbnnbmkdlmmpdadgaflbdaomdimphcjn
Descrição The printer helper
Tamanho do Arquivo 2.76 MB
Contagem de Instalações 5,000
Versão Atual 0.1.6
Última Atualização 2023-11-28
Data de Publicação 2022-06-07
Classificação 1.50/5 Total de 8 Avaliações
Desenvolvedor Ayinprinter.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.ayinprinter.com
URL da Página de Ajuda https://help.ayinprinter.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shipping Printer",
    "version": "0.1.6",
    "description": "The printer helper",
    "minimum_chrome_version": "88",
    "offline_enabled": true,
    "icons": {
        "16": "assets\/gdsp.png",
        "48": "assets\/gdsp.png",
        "128": "assets\/gdsp.png"
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "printerProvider",
        "storage"
    ]
}