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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Move customer facing screen to next monitor and full screen"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pronto Xi POS Customer Facing Screen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |