Lightning Goodizer

Salesforce lightning setup goodized.

什么是Lightning Goodizer?

Lightning Goodizer是由Bart Juriewicz开发的Chrome扩展程序,该扩展的主要功能是“Salesforce lightning setup goodized.”。

扩展截图

screenshot
screenshot

下载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                    

扩展基本信息

名称 Lightning Goodizer Lightning Goodizer
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
电子邮箱 [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\/*"
    ]
}