Адаптер службы сообщений R-Style SoftLab

Предоставление доступа к локальным компонентам R-Style SoftLab через Native Messaging

What is Адаптер службы сообщений R-Style SoftLab?

Адаптер службы сообщений R-Style SoftLab is a Chrome extension developed by https://www.softlab.ru, and its main feature is "Предоставление доступа к локальным компонентам R-Style SoftLab через Native Messaging".

Extension Screenshots

screenshot

Download Адаптер службы сообщений R-Style SoftLab Extension CRX File

Download Адаптер службы сообщений R-Style SoftLab 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

                        Предоставление доступа к локальным компонентам R-Style SoftLab через Native Messaging.
Требуется наличие на компьютере зарегистрированного Native Messaging Host от R-Style SoftLab.                    

Extension Basic Information

Name Адаптер службы сообщений R-Style SoftLab Адаптер службы сообщений R-Style SoftLab
ID fbgiiajhkmfpcfkdlfbbicfgkaaidfop
Official URL https://chromewebstore.google.com/detail/%D0%B0%D0%B4%D0%B0%D0%BF%D1%82%D0%B5%D1%80-%D1%81%D0%BB%D1%83%D0%B6%D0%B1%D1%8B-%D1%81%D0%BE%D0%BE%D0%B1%D1%89%D0%B5%D0%BD%D0%B8%D0%B9/fbgiiajhkmfpcfkdlfbbicfgkaaidfop
Description Предоставление доступа к локальным компонентам R-Style SoftLab через Native Messaging
File Size 30.42 KB
Installation Count 12,368
Current Version 1.0.0.5
Last Updated 2015-10-01
Publish Date 2015-10-01
Rating 4.00/5 Total 3 Ratings
Developer https://www.softlab.ru
Payment Type free
Extension Website http://www.softlab.ru/
Help Page URL http://www.softlab.ru/
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0.5",
    "default_locale": "ru",
    "name": "__MSG_name__",
    "short_name": "RSSL Adapter",
    "description": "__MSG_description__",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "nativeMessaging"
    ],
    "icons": {
        "16": "icons\/logo_16.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "options_page": "parameters.html",
    "background": {
        "scripts": [
            "transport.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "transport.js",
                "foreground.js"
            ],
            "run_at": "document_end"
        }
    ]
}