Posify Silent Print

Posify Silent Print

Apa itu Posify Silent Print?

Posify Silent Print adalah ekstensi Chrome yang dikembangkan oleh https://posify.in, dan fitur utamanya adalah "Posify Silent Print".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Posify Silent Print

Unduh file ekstensi Posify Silent Print dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Posify Silent Print Posify Silent Print
ID jddkkkaecbmmcgfhoenodccbmocpdanb
URL Resmi https://chromewebstore.google.com/detail/posify-silent-print/jddkkkaecbmmcgfhoenodccbmocpdanb
Deskripsi Posify Silent Print
Ukuran File 27.49 KB
Jumlah Instalasi 1,187
Versi Saat Ini 3.5
Terakhir Diperbarui 2022-07-19
Tanggal Publikasi 2019-12-30
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://posify.in
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://posify.in
Bahasa yang Didukung 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"
    }
}