Posify Silent Print

Posify Silent Print

Co to jest Posify Silent Print?

Posify Silent Print to rozszerzenie Chrome opracowane przez https://posify.in, a jego główną funkcją jest „Posify Silent Print”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Posify Silent Print

Pobierz pliki rozszerzeń Posify Silent Print w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Posify Silent Print Posify Silent Print
ID jddkkkaecbmmcgfhoenodccbmocpdanb
Oficjalny URL https://chromewebstore.google.com/detail/posify-silent-print/jddkkkaecbmmcgfhoenodccbmocpdanb
Opis Posify Silent Print
Rozmiar pliku 27.49 KB
Liczba instalacji 1,187
Aktualna Wersja 3.5
Ostatnia Aktualizacja 2022-07-19
Data Publikacji 2019-12-30
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://posify.in
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://posify.in
Obsługiwane Języki 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"
    }
}