FlashLabel Extension

Print on FlashLabel

FlashLabel Extension क्या है?

FlashLabel Extension go_1989 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Print on FlashLabel"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में FlashLabel Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This plugin is a subsidiary of FlashLabel printer, Users can connect to a thermal printer via usb to print. This Extension allows you to print the currently displayed Web Page. Although this function is very simple, , I needed to have this ability in Chrome and so I created it!You can press Ctrl + P to open the print preview interface, select printer and click Print to print the valid content.                    

एक्सटेंशन की मूल जानकारी

नाम FlashLabel Extension FlashLabel Extension
ID ngcmpilohmfalkfodjommledggkemhjp
आधिकारिक URL https://chromewebstore.google.com/detail/flashlabel-extension/ngcmpilohmfalkfodjommledggkemhjp
विवरण Print on FlashLabel
फ़ाइल का आकार 315 KB
स्थापना संख्या 2,083
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2023-06-08
प्रकाशन तिथि 2022-03-15
रेटिंग 4.00/5 कुल 7 रेटिंग्स
डेवलपर go_1989
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "description": "Print on FlashLabel",
    "icons": {
        "128": "img\/icon.png",
        "16": "img\/icon.png",
        "48": "img\/icon.png"
    },
    "action": {
        "default_title": "FlashLabel",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "FlashLabel Extension",
    "offline_enabled": true,
    "permissions": [
        "printerProvider",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.2"
}