Sitecore Extensions

Small improvements which will make your work with Sitecore much easier.

Sitecore Extensions란 무엇입니까?

Sitecore Extensions은(는) https://alan-null.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Small improvements which will make your work with Sitecore much easier."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Sitecore Extensions 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
            ]
        }
    ]
}