1C:Enterprise extension
This extension provides access to file system and cryptography functionality, clipboard, and 1C:Enterprise add-ins.
What is 1C:Enterprise extension?
1C:Enterprise extension is a Chrome extension developed by 1C LLC, and its main feature is "This extension provides access to file system and cryptography functionality, clipboard, and 1C:Enterprise add-ins.".
Extension Screenshots
Download 1C:Enterprise extension Extension CRX File
Download 1C:Enterprise 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
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/.
Extension Basic Information
Name | 1C:Enterprise extension |
ID | pbhelknnhilelbnhfpcjlcabhmfangik |
Official URL | https://chromewebstore.google.com/detail/1centerprise-extension/pbhelknnhilelbnhfpcjlcabhmfangik |
Description | This extension provides access to file system and cryptography functionality, clipboard, and 1C:Enterprise add-ins. |
File Size | 34.83 KB |
Installation Count | 1,228,591 |
Current Version | 1.0.0.62 |
Last Updated | 2022-12-08 |
Publish Date | 2020-02-18 |
Rating | 2.32/5 Total 278 Ratings |
Developer | 1C LLC |
[email protected] | |
Payment Type | free |
Extension Website | https://v8.1c.ru/ |
Supported Languages | 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" ] } |