POS & Label Printer Manager

Chrome Extension for POS and label printers. This is a POS&Label printer driver for Chromebook. NOT for Chrome browser on Windows.

What is POS & Label Printer Manager?

POS & Label Printer Manager is a Chrome extension developed by POS Printer, and its main feature is "Chrome Extension for POS and label printers. This is a POS&Label printer driver for Chromebook. NOT for Chrome browser on Windows.".

Extension Screenshots

screenshot
screenshot
screenshot

Download POS & Label Printer Manager Extension CRX File

Download POS & Label Printer Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Chrome Extension for POS and label printers. This is a POS&Label printer driver for Chromebook. NOT for Chrome browser on Windows.                    

Extension Basic Information

Name POS & Label Printer Manager POS & Label Printer Manager
ID ngmlmeaknfjiomiklcdjmoajhdompmii
Official URL https://chromewebstore.google.com/detail/pos-label-printer-manager/ngmlmeaknfjiomiklcdjmoajhdompmii
Description Chrome Extension for POS and label printers. This is a POS&Label printer driver for Chromebook. NOT for Chrome browser on Windows.
File Size 913 KB
Installation Count 1,145
Current Version 0.2.2
Last Updated 2024-02-01
Publish Date 2023-07-03
Rating 5.00/5 Total 2 Ratings
Developer POS Printer
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        }
    },
    "version": "0.2.2",
    "author": "Payton <[email protected]>",
    "name": "POS & Label Printer Manager",
    "description": "Chrome Extension for POS and label  printers. This is a POS&Label printer driver for Chromebook. NOT for Chrome browser on Windows.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage",
        "printerProvider"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "tabs\/index.html",
                "pdf.worker.min.js",
                "assets\/n-icon.png",
                "assets\/test-cmds-tspl.txt",
                "assets\/test-cmds-esc.txt",
                "assets\/capabilities-tspl.json",
                "assets\/capabilities-esc.json"
            ],
            "matches": [
                ""
            ]
        }
    ]
}