Posify Silent Print

Posify Silent Print

Posify Silent Print क्या है?

Posify Silent Print https://posify.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Posify Silent Print"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Posify Silent Print एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}