Posify Silent Print

Posify Silent Print

What is Posify Silent Print?

Posify Silent Print is a Chrome extension developed by https://posify.in, and its main feature is "Posify Silent Print".

Extension Screenshots

screenshot
screenshot

Download Posify Silent Print Extension CRX File

Download Posify Silent Print extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Posify Silent Print Posify Silent Print
ID jddkkkaecbmmcgfhoenodccbmocpdanb
Official URL https://chromewebstore.google.com/detail/posify-silent-print/jddkkkaecbmmcgfhoenodccbmocpdanb
Description Posify Silent Print
File Size 27.49 KB
Installation Count 1,187
Current Version 3.5
Last Updated 2022-07-19
Publish Date 2019-12-30
Rating 5.00/5 Total 2 Ratings
Developer https://posify.in
Email [email protected]
Payment Type free
Extension Website https://posify.in
Supported Languages 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"
    }
}