Salesforce Lightning Admin Enhancer

Salesforce Admin Enhancer for lightning

Salesforce Lightning Admin Enhancer란 무엇입니까?

Salesforce Lightning Admin Enhancer은(는) brettgil에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Salesforce Admin Enhancer for lightning"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Salesforce Lightning Admin Enhancer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Extension that adds helpful user experience features to Salesforce Lightning Setup for Admin. 
 - Process Builder enhancements - stretch and resize the working properties pane
 - Reduce oversized Sandbox header
 - Favorite setup links
 - Place cursor in the quick find search box on page load to remove the need to click into focus                    

확장 프로그램 기본 정보

이름 Salesforce Lightning Admin Enhancer Salesforce Lightning Admin Enhancer
ID olomokophmlanmpfkejaijmgbihaemkl
공식 URL https://chromewebstore.google.com/detail/salesforce-lightning-admi/olomokophmlanmpfkejaijmgbihaemkl
설명 Salesforce Admin Enhancer for lightning
파일 크기 112 KB
설치 횟수 96
현재 버전 0.4.0
최근 업데이트 2022-03-23
출시 날짜 2020-07-09
개발자 brettgil
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/brettgil/Salesforce-Lightning-Admin-Enhancer
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Salesforce Lightning Admin Enhancer",
    "description": "Salesforce Admin Enhancer for lightning",
    "version": "0.4.0",
    "icons": {
        "16": "lightning_stylized_icon__1__icon.png",
        "48": "lightning_stylized_icon__1__icon.png",
        "128": "lightning_stylized_icon__1__icon.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.lightning.force.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.lightning.force.com\/*",
                "*:\/\/*.salesforce.com\/ui\/setup\/export\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "arrive.min.js",
                "actions.js"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}