Posify Silent Print

Posify Silent Print

Wat is Posify Silent Print?

Posify Silent Print is een Chrome-extensie ontwikkeld door https://posify.in, en de belangrijkste functie is "Posify Silent Print".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Posify Silent Print

Download Posify Silent Print-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Posify Silent Print Posify Silent Print
ID jddkkkaecbmmcgfhoenodccbmocpdanb
Officiële URL https://chromewebstore.google.com/detail/posify-silent-print/jddkkkaecbmmcgfhoenodccbmocpdanb
Beschrijving Posify Silent Print
Bestandsgrootte 27.49 KB
Aantal Installaties 1,187
Huidige Versie 3.5
Laatst Bijgewerkt 2022-07-19
Publicatiedatum 2019-12-30
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://posify.in
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://posify.in
Ondersteunde Talen 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"
    }
}