EpsilonSmart Browser Extension

EpsilonSmart Browser Extension provides a means of communication between EpsilonSmart Web application and EpsilonSmart Client.

EpsilonSmart Browser Extensionとは何ですか?

EpsilonSmart Browser Extensionはhttps://www.epsilonnet.grによって開発されたChromeの拡張機能で、その主な機能は「EpsilonSmart Browser Extension provides a means of communication between EpsilonSmart Web application and EpsilonSmart Client.」です。

拡張機能のスクリーンショット

screenshot
screenshot

EpsilonSmart Browser Extension拡張機能のCRXファイルをダウンロード

EpsilonSmart Browser Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Epsilon Smart Browser Extension provides a means of communication between Epsilon Smart Web application and Epsilon Smart Client application. It is needed to forward printing of documents to Epsilon Smart Client application.

Features
-- Forwards printing commands to Epsilon Smart Client application.
-- Receives printing results from Epsilon Smart Client application.                    

拡張機能の基本情報

名前 EpsilonSmart Browser Extension EpsilonSmart Browser Extension
ID fenoedajpdnjcalgdinldhocbnaoomkc
公式URL https://chromewebstore.google.com/detail/epsilonsmart-browser-exte/fenoedajpdnjcalgdinldhocbnaoomkc
説明 EpsilonSmart Browser Extension provides a means of communication between EpsilonSmart Web application and EpsilonSmart Client.
ファイルサイズ 24.53 KB
インストール数 3,606
現在のバージョン 1.1
最終更新日 2020-06-29
公開日 2020-06-29
開発者 https://www.epsilonnet.gr
Eメール [email protected]
支払い方法 free
対応言語 el
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EpsilonSmart Browser Extension",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "16": "esmart16.png",
        "48": "esmart48.png",
        "128": "esmart128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "author": "Epsilon Net SA",
    "description": "EpsilonSmart Browser Extension provides a means of communication between EpsilonSmart Web application and EpsilonSmart Client.",
    "background": {
        "persistent": true,
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "permissions": [
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "contentScript.js"
            ]
        }
    ]
}