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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides access to file system and cryptography functionality, clipboard, and 1C:Enterprise add-ins."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 1C:Enterprise extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |