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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
    }
}