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
公式URL 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
Eメール [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"
    }
}