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
电子邮箱 [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"
            ]
        }
    ]
}