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は1C LLCによって開発されたChromeの拡張機能で、その主な機能は「This extension provides access to file system and cryptography functionality, clipboard, and 1C:Enterprise add-ins.」です。
拡張機能のスクリーンショット
1C:Enterprise extension拡張機能のCRXファイルをダウンロード
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/. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |