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!」です。
拡張機能のスクリーンショット
Salesforce Dark Mode拡張機能のCRXファイルをダウンロード
Salesforce Dark Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } ] } |