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

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

Qu'est-ce que Адаптер службы сообщений R-Style SoftLab ?

Адаптер службы сообщений R-Style SoftLab est une extension Chrome développée par https://www.softlab.ru, et sa fonction principale est "Предоставление доступа к локальным компонентам R-Style SoftLab через Native Messaging".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Адаптер службы сообщений R-Style SoftLab

Téléchargez les fichiers d'extension Адаптер службы сообщений R-Style SoftLab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Адаптер службы сообщений R-Style SoftLab Адаптер службы сообщений R-Style SoftLab
ID fbgiiajhkmfpcfkdlfbbicfgkaaidfop
URL Officiel 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
Taille du Fichier 30.42 KB
Nombre d'Installations 12,368
Version Actuelle 1.0.0.5
Dernière Mise à Jour 2015-10-01
Date de Publication 2015-10-01
Évaluation 4.00/5 Total 3 Évaluations
Développeur https://www.softlab.ru
Type de Paiement free
Site Web de l'Extension http://www.softlab.ru/
URL de la Page d'Aide http://www.softlab.ru/
Langues Prises en Charge 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"
        }
    ]
}