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