Pronto Xi POS Customer Facing Screen

Move customer facing screen to next monitor and full screen

什麼是Pronto Xi POS Customer Facing Screen?

Pronto Xi POS Customer Facing Screen是由Pronto Development開發的Chrome擴展程式,該擴展的主要功能是“Move customer facing screen to next monitor and full screen”。

擴展截圖

screenshot

下載Pronto Xi POS Customer Facing Screen擴展crx文件

下載Pronto Xi POS Customer Facing Screen擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Pronto Xi POS Customer Facing Screen Pronto Xi POS Customer Facing Screen
ID imindfcdokehadmhikmndbfiggfjpioj
官方網址 https://chromewebstore.google.com/detail/pronto-xi-pos-customer-fa/imindfcdokehadmhikmndbfiggfjpioj
簡介 Move customer facing screen to next monitor and full screen
檔案大小 14.9 KB
安裝次數 755
目前版本 2.0
更新時間 2023-01-31
上架時間 2019-02-18
評分 5.00/5 共 1 次評分
開發者 Pronto Development
電子郵箱 [email protected]
付費類型 free
支援的語言 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
}