Dan's Sitecore Shortcuts

A list of Sitecore shortcuts

Dan's Sitecore Shortcutsคืออะไร?

Dan's Sitecore Shortcuts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dan และคุณลักษณะหลักของมันคือ "A list of Sitecore shortcuts"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dan's Sitecore Shortcuts

ดาวน์โหลดไฟล์ส่วนขยาย Dan's Sitecore Shortcuts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A VERY basic list of locations within Sitecore

Use:
1) Go to your Sitecore domain
2) Click buttons                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dan's Sitecore Shortcuts 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"
            ]
        }
    ]
}