Posify Silent Print

Posify Silent Print

O que é Posify Silent Print?

Posify Silent Print é uma extensão do Chrome desenvolvida por https://posify.in, e sua principal característica é "Posify Silent Print".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Posify Silent Print

Baixe arquivos de extensão Posify Silent Print 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

                        The extension allows the subscribers of posify.in to print in background using thermal printers and it also connects with the posify print utility installed in the subscribers system and pass relevant data from posify.in to the subscribers local database.                    

Informações Básicas da Extensão

Nome Posify Silent Print Posify Silent Print
ID jddkkkaecbmmcgfhoenodccbmocpdanb
URL Oficial https://chromewebstore.google.com/detail/posify-silent-print/jddkkkaecbmmcgfhoenodccbmocpdanb
Descrição Posify Silent Print
Tamanho do Arquivo 27.49 KB
Contagem de Instalações 1,187
Versão Atual 3.5
Última Atualização 2022-07-19
Data de Publicação 2019-12-30
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://posify.in
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://posify.in
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Posify Silent Print",
    "description": "Posify Silent Print",
    "version": "3.5",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/*.posify.in\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.posify.in\/*",
            "http:\/\/localhost:4200\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_title": "Posify silent print",
        "default_popup": "popup.html"
    }
}