Digital Herd - Sitecore Content Hub
This extension provides a collection of shortcuts and tools for the Sitecore Content Hub.
Digital Herd - Sitecore Content Hub क्या है?
Digital Herd - Sitecore Content Hub https://www.digital-herd.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides a collection of shortcuts and tools for the Sitecore Content Hub."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Digital Herd - Sitecore Content Hub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Visit https://www.digital-herd.com/sitecore-partnership/chrome-extension/
एक्सटेंशन की मूल जानकारी
नाम | Digital Herd - Sitecore Content Hub |
ID | amdgcnfnmfeejdmdjokajkklaeacdlek |
आधिकारिक URL | https://chromewebstore.google.com/detail/digital-herd-sitecore-con/amdgcnfnmfeejdmdjokajkklaeacdlek |
विवरण | This extension provides a collection of shortcuts and tools for the Sitecore Content Hub. |
फ़ाइल का आकार | 1.42 MB |
स्थापना संख्या | 74 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2023-03-15 |
प्रकाशन तिथि | 2023-03-11 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://www.digital-herd.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.digital-herd.com/privacy/chrome-extension |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Digital Herd - Sitecore Content Hub", "description": "This extension provides a collection of shortcuts and tools for the Sitecore Content Hub.", "version": "1.1", "author": "Digital Herd", "permissions": [ "activeTab", "tabs", "notifications", "storage" ], "action": { "default_icon": { "16": "src\/icon_16.png", "48": "src\/icon_48.png", "128": "src\/icon_128.png" }, "default_title": "Content Hub Tools", "default_popup": "src\/index.html" }, "icons": { "16": "src\/icon_16.png", "48": "src\/icon_48.png", "128": "src\/icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/js\/page-analyser\/data.js", "src\/js\/page-analyser\/helpers\/helpers.js", "src\/js\/helpers.js", "src\/js\/page-actor.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "src\/report.html" ], "matches": [ " |