Sitecore Extensions
Small improvements which will make your work with Sitecore much easier.
Sitecore Extensions क्या है?
Sitecore Extensions https://alan-null.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Small improvements which will make your work with Sitecore much easier."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sitecore Extensions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Thanks to Sitecore Extensions your productivity will explode. It adds many improvements to a standard Sitecore CMS which make your live much easier. The most important feature of this module is so called Launcher. Just type Ctrl+ Space and search for commands. See all available modules here: https://github.com/alan-null/sc_ext/wiki/Modules
एक्सटेंशन की मूल जानकारी
नाम | Sitecore Extensions |
ID | aoclhcccfdkjddgpaaajldgljhllhgmd |
आधिकारिक URL | https://chromewebstore.google.com/detail/sitecore-extensions/aoclhcccfdkjddgpaaajldgljhllhgmd |
विवरण | Small improvements which will make your work with Sitecore much easier. |
फ़ाइल का आकार | 341 KB |
स्थापना संख्या | 2,108 |
वर्तमान संस्करण | 4.0.0 |
अंतिम अपडेट | 2023-10-11 |
प्रकाशन तिथि | 2020-04-20 |
रेटिंग | 4.88/5 कुल 17 रेटिंग्स |
डेवलपर | https://alan-null.github.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/alan-null/sc_ext |
सहायता पृष्ठ URL | https://github.com/alan-null/sc_ext |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "version": "4.0.0", "manifest_version": 3, "description": "__MSG_appDescription__", "icons": { "16": "chrome\/images\/icon-16.png", "48": "chrome\/images\/icon-48.png", "128": "chrome\/images\/icon-128.png" }, "default_locale": "en", "background": { "service_worker": "chrome\/background.js" }, "permissions": [ "activeTab", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "chrome\/contentscript.js", "common\/optionsProvider.js" ], "css": [ "sc_ext\/styles\/launcher.css", "sc_ext\/styles\/databaseName.css", "sc_ext\/styles\/fieldSearch.css", "sc_ext\/styles\/treelistField.css", "sc_ext\/styles\/fieldInspector.css", "sc_ext\/styles\/toggleRibbon.css", "sc_ext\/styles\/treeScope.css", "sc_ext\/libraries\/iziToast.css" ], "run_at": "document_end", "all_frames": true } ], "action": { "default_icon": { "19": "chrome\/images\/icon-disabled-128.png", "38": "chrome\/images\/icon-disabled-128.png" }, "default_popup": "chrome\/popup\/popup.html" }, "options_ui": { "page": "options\/options.html" }, "web_accessible_resources": [ { "resources": [ "common\/optionsProvider.js", "sc_ext\/Application.js", "sc_ext\/libraries\/iziToast.js" ], "matches": [ "https:\/\/*\/*" ], "extension_ids": [ "aoclhcccfdkjddgpaaajldgljhllhgmd" ] } ] } |