Pronto Xi POS Customer Facing Screen

Move customer facing screen to next monitor and full screen

Qu'est-ce que Pronto Xi POS Customer Facing Screen ?

Pronto Xi POS Customer Facing Screen est une extension Chrome développée par Pronto Development, et sa fonction principale est "Move customer facing screen to next monitor and full screen".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pronto Xi POS Customer Facing Screen

Téléchargez les fichiers d'extension Pronto Xi POS Customer Facing Screen 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

                        Pronto Xi POS Customer Facing Screen
 
Use the extension to transfer an ongoing POS session between the operator and customer facing screen, without losing any information.
 
Display shopping items, running totals and applicable discounts for each item as they get scanned. Moreover, you can advertise offers and new products via HTML-based content to maximize opportunities with a captive audience.
 
About Pronto POS
 
A powerful, secure and flexible point-of-sale system that allows your staff to concentrate on customers’ needs rather than the mechanics of transaction processing. A real-time integration with Pronto Xi ERP delivers an optimum work environment for all personnel, from POS operators to senior management.                    

Informations de Base sur l'Extension

Nom Pronto Xi POS Customer Facing Screen Pronto Xi POS Customer Facing Screen
ID imindfcdokehadmhikmndbfiggfjpioj
URL Officiel https://chromewebstore.google.com/detail/pronto-xi-pos-customer-fa/imindfcdokehadmhikmndbfiggfjpioj
Description Move customer facing screen to next monitor and full screen
Taille du Fichier 14.9 KB
Nombre d'Installations 755
Version Actuelle 2.0
Dernière Mise à Jour 2023-01-31
Date de Publication 2019-02-18
Évaluation 5.00/5 Total 1 Évaluations
Développeur Pronto Development
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pronto Xi POS Customer Facing Screen",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "version": "2.0",
    "description": "Move customer facing screen to next monitor and full screen",
    "permissions": [
        "tabs",
        "storage",
        "webNavigation"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_title": "Move Customer Facing Screen",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "manifest_version": 3
}