1C:Enterprise extension

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

Vad är 1C:Enterprise extension?

1C:Enterprise extension är en Chrome-tillägg utvecklad av 1C LLC, och dess huvudfunktion är "This extension provides access to file system and cryptography functionality, clipboard, and 1C:Enterprise add-ins.".

Tilläggsskärmbilder

screenshot

Ladda ner 1C:Enterprise extension-förlängningens CRX-fil

Ladda ner 1C:Enterprise extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn 1C:Enterprise extension 1C:Enterprise extension
ID pbhelknnhilelbnhfpcjlcabhmfangik
Officiell webbadress https://chromewebstore.google.com/detail/1centerprise-extension/pbhelknnhilelbnhfpcjlcabhmfangik
Beskrivning This extension provides access to file system and cryptography functionality, clipboard, and 1C:Enterprise add-ins.
Filstorlek 34.83 KB
Antal Installationer 1,228,591
Aktuell Version 1.0.0.62
Senast Uppdaterad 2022-12-08
Publiceringsdatum 2020-02-18
Betyg 2.32/5 Totalt 278 Betyg
Utvecklare 1C LLC
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://v8.1c.ru/
Stödda Språk 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"
    ]
}