EpsilonSmart Browser Extension

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

What is EpsilonSmart Browser Extension?

EpsilonSmart Browser Extension is a Chrome extension developed by https://www.epsilonnet.gr, and its main feature is "EpsilonSmart Browser Extension provides a means of communication between EpsilonSmart Web application and EpsilonSmart Client.".

Extension Screenshots

screenshot
screenshot

Download EpsilonSmart Browser Extension Extension CRX File

Download EpsilonSmart Browser Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name EpsilonSmart Browser Extension EpsilonSmart Browser Extension
ID fenoedajpdnjcalgdinldhocbnaoomkc
Official URL https://chromewebstore.google.com/detail/epsilonsmart-browser-exte/fenoedajpdnjcalgdinldhocbnaoomkc
Description EpsilonSmart Browser Extension provides a means of communication between EpsilonSmart Web application and EpsilonSmart Client.
File Size 24.53 KB
Installation Count 3,606
Current Version 1.1
Last Updated 2020-06-29
Publish Date 2020-06-29
Developer https://www.epsilonnet.gr
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}