foreUP Printer Extension

App to print to star printers within the foreUP POS.

Qu'est-ce que foreUP Printer Extension ?

foreUP Printer Extension est une extension Chrome développée par https://foreupsoftware.com, et sa fonction principale est "App to print to star printers within the foreUP POS.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension foreUP Printer Extension

Téléchargez les fichiers d'extension foreUP Printer Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Printer extension to print at foreUP                    

Informations de Base sur l'Extension

Nom foreUP Printer Extension foreUP Printer Extension
ID ndcdpiikdnlagfjejimgpmaflngcemoo
URL Officiel https://chromewebstore.google.com/detail/foreup-printer-extension/ndcdpiikdnlagfjejimgpmaflngcemoo
Description App to print to star printers within the foreUP POS.
Taille du Fichier 125 KB
Nombre d'Installations 10,217
Version Actuelle 2.0.5
Dernière Mise à Jour 2021-02-10
Date de Publication 2020-02-04
Évaluation 4.84/5 Total 25 Évaluations
Développeur https://foreupsoftware.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.foreupgolf.com/
Langues Prises en Charge 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"
            ]
        }
    ]
}