1C:Enterprise extension
This extension provides access to file system and cryptography functionality, clipboard, and 1C:Enterprise add-ins.
Что такое 1C:Enterprise extension?
1C:Enterprise extension - это расширение Chrome, разработанное 1C LLC, и его основная функция - "This extension provides access to file system and cryptography functionality, clipboard, and 1C:Enterprise add-ins.".
Снимки экрана расширения
Скачать файл CRX расширения 1C:Enterprise extension
Скачайте файлы расширений 1C:Enterprise extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
You can access 1C:Enterprise applications in browser using this extension. Full-scale 1C:Enterprise 8 applications are available in cloud service https://1cfresh.com/. A free 30 day trial is provided. You can download the training version of 1C:Enterprise platform absolutely free from http://online.1c.ru/catalog/programs/program/28765768/.
Основная информация о расширении
Название | 1C:Enterprise extension |
ID | pbhelknnhilelbnhfpcjlcabhmfangik |
Официальный URL | https://chromewebstore.google.com/detail/1centerprise-extension/pbhelknnhilelbnhfpcjlcabhmfangik |
Описание | This extension provides access to file system and cryptography functionality, clipboard, and 1C:Enterprise add-ins. |
Размер файла | 34.83 KB |
Количество установок | 1,228,591 |
Текущая Версия | 1.0.0.62 |
Последнее Обновление | 2022-12-08 |
Дата публикации | 2020-02-18 |
Рейтинг | 2.32/5 Всего 278 оценок |
Разработчик | 1C LLC |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://v8.1c.ru/ |
Поддерживаемые языки | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "manifest_version": 2, "version": "1.0.0.62", "minimum_chrome_version": "49.0.2623.112", "icons": { "128": "logo.png" }, "offline_enabled": false, "default_locale": "en", "background": { "scripts": [ "consts.js", "datav4.js", "dataactualizer.js", "nativeenvironment.js", "permission.js", "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "all_frames": true, "js": [ "consts.js", "nativeenvironment.js", "permission.js", "contentscript.js" ], "run_at": "document_start" } ], "permissions": [ "nativeMessaging", "clipboardWrite", "clipboardRead", "storage", "tabs", "*:\/\/*\/" ], "optional_permissions": [ "desktopCapture" ], "options_page": "options.html", "web_accessible_resources": [ "manifest.json" ] } |