Salesforce Dark Mode

Blinded by the light? - Say no more!

What is Salesforce Dark Mode?

Salesforce Dark Mode is a Chrome extension developed by Scholle1309, and its main feature is "Blinded by the light? - Say no more!".

Extension Screenshots

screenshot

Download Salesforce Dark Mode Extension CRX File

Download Salesforce Dark Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Salesforce Dark Mode Salesforce Dark Mode
ID ppdfhmgbljaffcnpgpclcmojgmaehdga
Official URL https://chromewebstore.google.com/detail/salesforce-dark-mode/ppdfhmgbljaffcnpgpclcmojgmaehdga
Description Blinded by the light? - Say no more!
File Size 21.26 KB
Installation Count 2,812
Current Version 1.1.2
Last Updated 2023-02-15
Publish Date 2022-09-22
Rating 4.50/5 Total 10 Ratings
Developer Scholle1309
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}