Адаптер службы сообщений R-Style SoftLab
Предоставление доступа к локальным компонентам R-Style SoftLab через Native Messaging
Wat is Адаптер службы сообщений R-Style SoftLab?
Адаптер службы сообщений R-Style SoftLab is een Chrome-extensie ontwikkeld door https://www.softlab.ru, en de belangrijkste functie is "Предоставление доступа к локальным компонентам R-Style SoftLab через Native Messaging".
Extensie Screenshots
Download het CRX-bestand van de extensie Адаптер службы сообщений R-Style SoftLab
Download Адаптер службы сообщений R-Style SoftLab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Предоставление доступа к локальным компонентам R-Style SoftLab через Native Messaging.
Требуется наличие на компьютере зарегистрированного Native Messaging Host от R-Style SoftLab. Basisinformatie over de Extensie
| Naam | |
| ID | fbgiiajhkmfpcfkdlfbbicfgkaaidfop |
| Officiële 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 |
| Beschrijving | Предоставление доступа к локальным компонентам R-Style SoftLab через Native Messaging |
| Bestandsgrootte | 30.42 KB |
| Aantal Installaties | 12,368 |
| Huidige Versie | 1.0.0.5 |
| Laatst Bijgewerkt | 2015-10-01 |
| Publicatiedatum | 2015-10-01 |
| Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://www.softlab.ru |
| Betalingswijze | free |
| Extensiewebsite | http://www.softlab.ru/ |
| Help Pagina-URL | http://www.softlab.ru/ |
| Ondersteunde Talen | 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"
}
]
} | |