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 扩展基本信息
| 名称 | |
| 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"
}
]
} | |