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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}