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 هو إضافة Chrome تم تطويرها بواسطة Netpositive، والميزة الرئيسية لها هي "Helps the proprietary Backstage application communicate with physical Ingenico POS terminals using Native Messaging.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Netpositive Backstage Ingenico Extension

قم بتنزيل ملفات الامتداد Netpositive Backstage Ingenico Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
    }
}