Lightning Goodizer
Salesforce lightning setup goodized.
Lightning Goodizerとは何ですか?
Lightning GoodizerはBart Juriewiczによって開発されたChromeの拡張機能で、その主な機能は「Salesforce lightning setup goodized.」です。
拡張機能のスクリーンショット
Lightning Goodizer拡張機能のCRXファイルをダウンロード
Lightning Goodizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Makes working with Salesforce ligtning setup more convenient.
Features:
- fields lists eager loading (no more scrolling to load full list, allows to use ctrl-f)
- objects list eager loading
- compact setup lists
- compact setup menu 拡張機能の基本情報
| 名前 | |
| ID | johklehencgcjhabihjcnpbaaaphniei |
| 公式URL | https://chromewebstore.google.com/detail/lightning-goodizer/johklehencgcjhabihjcnpbaaaphniei |
| 説明 | Salesforce lightning setup goodized. |
| ファイルサイズ | 14.33 KB |
| インストール数 | 178 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2019-03-03 |
| 公開日 | 2019-03-02 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Bart Juriewicz |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/bjuriewicz/lightningGoodizer |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Lightning Goodizer",
"version": "0.0.1",
"manifest_version": 2,
"description": "Salesforce lightning setup goodized.",
"homepage_url": "https:\/\/github.com\/bjuriewicz\/lightningGoodizer",
"icons": {
"16": "icons\/favicon16.png",
"48": "icons\/favicon48.png",
"128": "icons\/favicon128.png"
},
"default_locale": "en",
"content_scripts": [
{
"matches": [
"https:\/\/*.force.com\/*",
"https:\/\/*.salesforce.com\/*",
"https:\/\/*.cloudforce.com\/*"
],
"css": [
"css\/styles.css"
],
"js": [
"src\/main.js"
]
}
],
"permissions": [
"https:\/\/*.force.com\/*",
"https:\/\/*.salesforce.com\/*",
"https:\/\/*.cloudforce.com\/*"
]
} | |