1C:Enterprise extension

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

Qu'est-ce que 1C:Enterprise extension ?

1C:Enterprise extension est une extension Chrome développée par 1C LLC, et sa fonction principale est "This extension provides access to file system and cryptography functionality, clipboard, and 1C:Enterprise add-ins.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 1C:Enterprise extension

Téléchargez les fichiers d'extension 1C:Enterprise extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom 1C:Enterprise extension 1C:Enterprise extension
ID pbhelknnhilelbnhfpcjlcabhmfangik
URL Officiel https://chromewebstore.google.com/detail/1centerprise-extension/pbhelknnhilelbnhfpcjlcabhmfangik
Description This extension provides access to file system and cryptography functionality, clipboard, and 1C:Enterprise add-ins.
Taille du Fichier 34.83 KB
Nombre d'Installations 1,228,591
Version Actuelle 1.0.0.62
Dernière Mise à Jour 2022-12-08
Date de Publication 2020-02-18
Évaluation 2.32/5 Total 278 Évaluations
Développeur 1C LLC
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://v8.1c.ru/
Langues Prises en Charge 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"
    ]
}