foreUP Printer Extension

App to print to star printers within the foreUP POS.

What is foreUP Printer Extension?

foreUP Printer Extension is a Chrome extension developed by https://foreupsoftware.com, and its main feature is "App to print to star printers within the foreUP POS.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download foreUP Printer Extension Extension CRX File

Download foreUP Printer Extension 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

                        Printer extension to print at foreUP                    

Extension Basic Information

Name foreUP Printer Extension foreUP Printer Extension
ID ndcdpiikdnlagfjejimgpmaflngcemoo
Official URL https://chromewebstore.google.com/detail/foreup-printer-extension/ndcdpiikdnlagfjejimgpmaflngcemoo
Description App to print to star printers within the foreUP POS.
File Size 125 KB
Installation Count 10,217
Current Version 2.0.5
Last Updated 2021-02-10
Publish Date 2020-02-04
Rating 4.84/5 Total 25 Ratings
Developer https://foreupsoftware.com
Email [email protected]
Payment Type free
Extension Website http://www.foreupgolf.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "foreUP Printer Extension",
    "description": "App to print to star printers within the foreUP POS.",
    "version": "2.0.5",
    "manifest_version": 2,
    "externally_connectable": {
        "matches": [
            "*:\/\/*.foreupsoftware.com\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "foreUP Printer Extension",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/*.foreupsoftware.com\/*",
                "*:\/\/foreupsoftware.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}