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
公式URL 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
Eメール [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
}