Netpositive Backstage Ingenico Extension

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

What is Netpositive Backstage Ingenico Extension?

Netpositive Backstage Ingenico Extension is a Chrome extension developed by Netpositive, and its main feature is "Helps the proprietary Backstage application communicate with physical Ingenico POS terminals using Native Messaging.".

Extension Screenshots

screenshot
screenshot

Download Netpositive Backstage Ingenico Extension Extension CRX File

Download Netpositive Backstage Ingenico Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Netpositive Backstage Ingenico Extension Netpositive Backstage Ingenico Extension
ID moaenmfogeadlpdmboeiopgoljigeild
Official URL https://chromewebstore.google.com/detail/netpositive-backstage-ing/moaenmfogeadlpdmboeiopgoljigeild
Description Helps the proprietary Backstage application communicate with physical Ingenico POS terminals using Native Messaging.
File Size 193 KB
Installation Count 128
Current Version 1.424.657
Last Updated 2019-07-30
Publish Date 2019-07-30
Developer Netpositive
Payment Type free
Supported Languages 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
    }
}