Netpositive Backstage Ingenico Extension

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

Netpositive Backstage Ingenico Extension क्या है?

Netpositive Backstage Ingenico Extension Netpositive द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps the proprietary Backstage application communicate with physical Ingenico POS terminals using Native Messaging."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Netpositive Backstage Ingenico Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Netpositive Backstage Ingenico Extension Netpositive Backstage Ingenico Extension
ID moaenmfogeadlpdmboeiopgoljigeild
आधिकारिक URL https://chromewebstore.google.com/detail/netpositive-backstage-ing/moaenmfogeadlpdmboeiopgoljigeild
विवरण Helps the proprietary Backstage application communicate with physical Ingenico POS terminals using Native Messaging.
फ़ाइल का आकार 193 KB
स्थापना संख्या 128
वर्तमान संस्करण 1.424.657
अंतिम अपडेट 2019-07-30
प्रकाशन तिथि 2019-07-30
डेवलपर Netpositive
भुगतान के प्रकार free
समर्थित भाषाएँ 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
    }
}