Lightning Goodizer

Salesforce lightning setup goodized.

What is Lightning Goodizer?

Lightning Goodizer is a Chrome extension developed by Bart Juriewicz, and its main feature is "Salesforce lightning setup goodized.".

Extension Screenshots

screenshot
screenshot

Download Lightning Goodizer Extension CRX File

Download Lightning Goodizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Lightning Goodizer Lightning Goodizer
ID johklehencgcjhabihjcnpbaaaphniei
Official URL https://chromewebstore.google.com/detail/lightning-goodizer/johklehencgcjhabihjcnpbaaaphniei
Description Salesforce lightning setup goodized.
File Size 14.33 KB
Installation Count 178
Current Version 0.0.1
Last Updated 2019-03-03
Publish Date 2019-03-02
Rating 5.00/5 Total 2 Ratings
Developer Bart Juriewicz
Email [email protected]
Payment Type free
Extension Website https://github.com/bjuriewicz/lightningGoodizer
Supported Languages 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\/*"
    ]
}