Salesforce Dark Mode

Blinded by the light? - Say no more!

Salesforce Dark Mode란 무엇입니까?

Salesforce Dark Mode은(는) Scholle1309에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blinded by the light? - Say no more!"입니다.

확장 프로그램 스크린샷

screenshot

Salesforce Dark Mode 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This App adds a dark mode for Salesfoce, your eyes are going to thank you later!
Includes Support for Case Merge Premium                    

확장 프로그램 기본 정보

이름 Salesforce Dark Mode Salesforce Dark Mode
ID ppdfhmgbljaffcnpgpclcmojgmaehdga
공식 URL https://chromewebstore.google.com/detail/salesforce-dark-mode/ppdfhmgbljaffcnpgpclcmojgmaehdga
설명 Blinded by the light? - Say no more!
파일 크기 21.26 KB
설치 횟수 2,812
현재 버전 1.1.2
최근 업데이트 2023-02-15
출시 날짜 2022-09-22
평점 4.50/5 총 10 개의 평점
개발자 Scholle1309
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce Dark Mode",
    "author": "Scholle",
    "description": "Blinded by the light? - Say no more!",
    "version": "1.1.2",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "32": "\/images\/darkmode-32.png",
            "64": "\/images\/darkmode-64.png",
            "128": "\/images\/darkmode-128.png",
            "256": "\/images\/darkmode-256.png"
        }
    },
    "icons": {
        "32": "\/images\/darkmode-32.png",
        "64": "\/images\/darkmode-64.png",
        "128": "\/images\/darkmode-128.png",
        "256": "\/images\/darkmode-256.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/SF_DM.css"
            ],
            "matches": [
                "*:\/\/*.lightning.force.com\/*",
                "*:\/\/*.visual.force.com\/*",
                "*:\/\/*.salesforce.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}