Dan's Sitecore Shortcuts
A list of Sitecore shortcuts
ما هو Dan's Sitecore Shortcuts؟
Dan's Sitecore Shortcuts هو إضافة Chrome تم تطويرها بواسطة Dan، والميزة الرئيسية لها هي "A list of Sitecore shortcuts".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dan's Sitecore Shortcuts
قم بتنزيل ملفات الامتداد Dan's Sitecore Shortcuts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A VERY basic list of locations within Sitecore Use: 1) Go to your Sitecore domain 2) Click buttons
معلومات أساسية عن التمديد
الاسم | Dan's Sitecore Shortcuts |
ID | jgcceehndffhpbfhniommafnjhgoembf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dans-sitecore-shortcuts/jgcceehndffhpbfhniommafnjhgoembf |
الوصف | A list of Sitecore shortcuts |
حجم الملف | 88.61 KB |
عدد التثبيتات | 47 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2013-10-16 |
تاريخ النشر | 2013-10-16 |
المطور | Dan |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dan's Sitecore Shortcuts", "version": "0.0.1", "manifest_version": 2, "description": "A list of Sitecore shortcuts", "icons": { "16": "icons\/sc-16x16.png", "48": "icons\/sc-48x48.png", "128": "icons\/sc-128x128.png" }, "browser_action": { "default_icon": { "19": "icons\/sc-19x19.png", "38": "icons\/sc-38x38.png" }, "default_title": "Dan's Sitecore Shortcuts", "default_popup": "browseraction\/popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |