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開發的Chrome擴展程式,該擴展的主要功能是“Helps the proprietary Backstage application communicate with physical Ingenico POS terminals using Native Messaging.”。
擴展截圖
下載Netpositive Backstage Ingenico Extension擴展crx文件
下載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 |
ID | moaenmfogeadlpdmboeiopgoljigeild |
官方網址 | 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 } } |