1C:Enterprise extension

This extension provides access to file system and cryptography functionality, clipboard, and 1C:Enterprise add-ins.

1C:Enterprise extension là gì?

1C:Enterprise extension là một tiện ích mở rộng Chrome được phát triển bởi 1C LLC, và tính năng chính của nó là "This extension provides access to file system and cryptography functionality, clipboard, and 1C:Enterprise add-ins.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 1C:Enterprise extension

Tải xuống các tệp mở rộng 1C:Enterprise extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 1C:Enterprise extension 1C:Enterprise extension
ID pbhelknnhilelbnhfpcjlcabhmfangik
URL Chính Thức https://chromewebstore.google.com/detail/1centerprise-extension/pbhelknnhilelbnhfpcjlcabhmfangik
Mô tả This extension provides access to file system and cryptography functionality, clipboard, and 1C:Enterprise add-ins.
Kích Thước Tệp 34.83 KB
Số Lần Cài Đặt 1,228,591
Phiên Bản Hiện Tại 1.0.0.62
Cập Nhật Lần Cuối 2022-12-08
Ngày Phát Hành 2020-02-18
Đánh Giá 2.32/5 Tổng số 278 Đánh Giá
Nhà Phát Triển 1C LLC
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://v8.1c.ru/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}