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 هو إضافة Chrome تم تطويرها بواسطة Pronto Development، والميزة الرئيسية لها هي "Move customer facing screen to next monitor and full screen".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Pronto Xi POS Customer Facing Screen

قم بتنزيل ملفات الامتداد Pronto Xi POS Customer Facing Screen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}