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/. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
]
} | |