1C:Enterprise extension

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

O que é 1C:Enterprise extension?

1C:Enterprise extension é uma extensão do Chrome desenvolvida por 1C LLC, e sua principal característica é "This extension provides access to file system and cryptography functionality, clipboard, and 1C:Enterprise add-ins.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 1C:Enterprise extension

Baixe arquivos de extensão 1C:Enterprise extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome 1C:Enterprise extension 1C:Enterprise extension
ID pbhelknnhilelbnhfpcjlcabhmfangik
URL Oficial https://chromewebstore.google.com/detail/1centerprise-extension/pbhelknnhilelbnhfpcjlcabhmfangik
Descrição This extension provides access to file system and cryptography functionality, clipboard, and 1C:Enterprise add-ins.
Tamanho do Arquivo 34.83 KB
Contagem de Instalações 1,228,591
Versão Atual 1.0.0.62
Última Atualização 2022-12-08
Data de Publicação 2020-02-18
Classificação 2.32/5 Total de 278 Avaliações
Desenvolvedor 1C LLC
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://v8.1c.ru/
Idiomas Suportados 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"
    ]
}