Salesforce Utility
Utility tools for Salesforce
什么是Salesforce Utility?
Salesforce Utility是由Matthew开发的Chrome扩展程序,该扩展的主要功能是“Utility tools for Salesforce”。
下载Salesforce Utility扩展crx文件
下载Salesforce Utility扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Current features:
v2.3.1
- Check all and uncheck all Read Only/Edit/Enabled in Permission Sets
v2.3
- Check all and uncheck all Read Only/Edit in Field Level Security in Profiles
v2.2.3
- View all APEX classes at once
- View all triggers at once
- View all VisualForce Pages at once
- Increase APEX Class coding height
- Static warning bar at top of page in production environment 扩展基本信息
| 名称 | |
| ID | dlfabakdfnfmndnnmnmkebjhoaenkimp |
| 官方URL | https://chromewebstore.google.com/detail/salesforce-utility/dlfabakdfnfmndnnmnmkebjhoaenkimp |
| 简介 | Utility tools for Salesforce |
| 文件大小 | 89.7 KB |
| 安装次数 | 119 |
| 当前版本 | 2.3.4 |
| 更新时间 | 2017-01-03 |
| 上架时间 | 2017-01-03 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | Matthew |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Salesforce Utility",
"description": "Utility tools for Salesforce",
"version": "2.3.4",
"permissions": [
"webRequest",
"https:\/\/*.salesforce.com\/*",
"http:\/\/*.salesforce.com\/*"
],
"icons": {
"16": "logo.jpg",
"48": "logo.jpg",
"128": "logo.jpg"
},
"page_action": {
"default_icon": "logo.jpg"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.salesforce.com\/*",
"http:\/\/*.salesforce.com\/*"
],
"js": [
"jquery\/jquery.js",
"content-script.js"
]
}
]
} | |