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"
]
}
]
} | |