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."입니다.

확장 프로그램 스크린샷

screenshot

1C:Enterprise extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}