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 |
| 官方網址 | 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 |
| 電子郵箱 | [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\/*"
]
} | |