Netpositive Backstage Ingenico Extension
Helps the proprietary Backstage application communicate with physical Ingenico POS terminals using Native Messaging.
Qu'est-ce que Netpositive Backstage Ingenico Extension ?
Netpositive Backstage Ingenico Extension est une extension Chrome développée par Netpositive, et sa fonction principale est "Helps the proprietary Backstage application communicate with physical Ingenico POS terminals using Native Messaging.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Netpositive Backstage Ingenico Extension
Téléchargez les fichiers d'extension Netpositive Backstage Ingenico Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Netpositive Backstage Ingenico Extension |
ID | moaenmfogeadlpdmboeiopgoljigeild |
URL Officiel | https://chromewebstore.google.com/detail/netpositive-backstage-ing/moaenmfogeadlpdmboeiopgoljigeild |
Description | Helps the proprietary Backstage application communicate with physical Ingenico POS terminals using Native Messaging. |
Taille du Fichier | 193 KB |
Nombre d'Installations | 128 |
Version Actuelle | 1.424.657 |
Dernière Mise à Jour | 2019-07-30 |
Date de Publication | 2019-07-30 |
Développeur | Netpositive |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |