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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}