Posify Silent Print

Posify Silent Print

Qu'est-ce que Posify Silent Print ?

Posify Silent Print est une extension Chrome développée par https://posify.in, et sa fonction principale est "Posify Silent Print".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Posify Silent Print

Téléchargez les fichiers d'extension Posify Silent Print au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Posify Silent Print Posify Silent Print
ID jddkkkaecbmmcgfhoenodccbmocpdanb
URL Officiel https://chromewebstore.google.com/detail/posify-silent-print/jddkkkaecbmmcgfhoenodccbmocpdanb
Description Posify Silent Print
Taille du Fichier 27.49 KB
Nombre d'Installations 1,187
Version Actuelle 3.5
Dernière Mise à Jour 2022-07-19
Date de Publication 2019-12-30
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://posify.in
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://posify.in
Langues Prises en Charge 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"
    }
}