Posify Silent Print

Posify Silent Print

什麼是Posify Silent Print?

Posify Silent Print是由https://posify.in開發的Chrome擴展程式,該擴展的主要功能是“Posify Silent Print”。

擴展截圖

screenshot
screenshot

下載Posify Silent Print擴展crx文件

下載Posify Silent Print擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Posify Silent Print Posify Silent Print
ID jddkkkaecbmmcgfhoenodccbmocpdanb
官方網址 https://chromewebstore.google.com/detail/posify-silent-print/jddkkkaecbmmcgfhoenodccbmocpdanb
簡介 Posify Silent Print
檔案大小 27.49 KB
安裝次數 1,187
目前版本 3.5
更新時間 2022-07-19
上架時間 2019-12-30
評分 5.00/5 共 2 次評分
開發者 https://posify.in
電子郵箱 [email protected]
付費類型 free
擴展官網 https://posify.in
支援的語言 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"
    }
}