Netpositive Backstage Ingenico Extension

Helps the proprietary Backstage application communicate with physical Ingenico POS terminals using Native Messaging.

Was ist Netpositive Backstage Ingenico Extension?

Netpositive Backstage Ingenico Extension ist eine Chrome-Erweiterung, die von Netpositive entwickelt wurde, und ihr Hauptmerkmal ist "Helps the proprietary Backstage application communicate with physical Ingenico POS terminals using Native Messaging.".

Erweiterungsscreenshots

screenshot
screenshot

Netpositive Backstage Ingenico Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Netpositive Backstage Ingenico Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Netpositive Backstage Ingenico Extension Netpositive Backstage Ingenico Extension
ID moaenmfogeadlpdmboeiopgoljigeild
Offizielle URL https://chromewebstore.google.com/detail/netpositive-backstage-ing/moaenmfogeadlpdmboeiopgoljigeild
Beschreibung Helps the proprietary Backstage application communicate with physical Ingenico POS terminals using Native Messaging.
Dateigröße 193 KB
Installationsanzahl 128
Aktuelle Version 1.424.657
Letztes Update 2019-07-30
Veröffentlichungsdatum 2019-07-30
Entwickler Netpositive
Zahlungsart free
Unterstützte Sprachen 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
    }
}