Netpositive Backstage Ingenico Extension
Helps the proprietary Backstage application communicate with physical Ingenico POS terminals using Native Messaging.
Co to jest Netpositive Backstage Ingenico Extension?
Netpositive Backstage Ingenico Extension to rozszerzenie Chrome opracowane przez Netpositive, a jego główną funkcją jest „Helps the proprietary Backstage application communicate with physical Ingenico POS terminals using Native Messaging.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Netpositive Backstage Ingenico Extension
Pobierz pliki rozszerzeń Netpositive Backstage Ingenico Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
The purpose of this extension is to help our web application communicate with Ingenico POS terminals, these communications include initiating payment transactions and executing other related functions. This extension is only compatible with our proprietary ERP web application called Backstage (developed by Netpositive). The related web application is not available to the public.
Podstawowe informacje o rozszerzeniu
Nazwa | Netpositive Backstage Ingenico Extension |
ID | moaenmfogeadlpdmboeiopgoljigeild |
Oficjalny URL | https://chromewebstore.google.com/detail/netpositive-backstage-ing/moaenmfogeadlpdmboeiopgoljigeild |
Opis | Helps the proprietary Backstage application communicate with physical Ingenico POS terminals using Native Messaging. |
Rozmiar pliku | 193 KB |
Liczba instalacji | 128 |
Aktualna Wersja | 1.424.657 |
Ostatnia Aktualizacja | 2019-07-30 |
Data Publikacji | 2019-07-30 |
Deweloper | Netpositive |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netpositive Backstage Ingenico Extension", "description": "Helps the proprietary Backstage application communicate with physical Ingenico POS terminals using Native Messaging.", "version": "1.424.657", "icons": { "48": "images\/pos_48x48.png", "128": "images\/pos_128x128.png" }, "browser_action": { "default_icon": "images\/pos.png", "default_popup": "html\/popup.html", "default_title": "POS terminal" }, "permissions": [ "activeTab", "nativeMessaging" ], "externally_connectable": { "matches": [ "*:\/\/erp.local\/*", "*:\/\/*.netpositive.hu\/*", "*:\/\/*.untold.space\/*", "*:\/\/*.sziget.hu\/*", "*:\/\/*.lupato.hu\/*", "*:\/\/*.budapestpark.hu\/*", "*:\/\/*.akvariumklub.hu\/*" ] }, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |