foreUP Printer Extension

App to print to star printers within the foreUP POS.

Cos'è foreUP Printer Extension?

foreUP Printer Extension è un'estensione di Chrome sviluppata da https://foreupsoftware.com, e la sua funzione principale è "App to print to star printers within the foreUP POS.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione foreUP Printer Extension

Scarica i file di estensione foreUP Printer Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Printer extension to print at foreUP                    

Informazioni di Base sull'Estensione

Nome foreUP Printer Extension foreUP Printer Extension
ID ndcdpiikdnlagfjejimgpmaflngcemoo
URL Ufficiale https://chromewebstore.google.com/detail/foreup-printer-extension/ndcdpiikdnlagfjejimgpmaflngcemoo
Descrizione App to print to star printers within the foreUP POS.
Dimensione del File 125 KB
Conteggio Installazioni 10,217
Versione Corrente 2.0.5
Ultimo Aggiornamento 2021-02-10
Data di Pubblicazione 2020-02-04
Valutazione 4.84/5 Totale 25 Valutazioni
Sviluppatore https://foreupsoftware.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.foreupgolf.com/
Lingue Supportate 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"
            ]
        }
    ]
}