Lightning Goodizer
Salesforce lightning setup goodized.
Co to jest Lightning Goodizer?
Lightning Goodizer to rozszerzenie Chrome opracowane przez Bart Juriewicz, a jego główną funkcją jest „Salesforce lightning setup goodized.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Lightning Goodizer
Pobierz pliki rozszerzeń Lightning Goodizer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | johklehencgcjhabihjcnpbaaaphniei | 
| Oficjalny URL | https://chromewebstore.google.com/detail/lightning-goodizer/johklehencgcjhabihjcnpbaaaphniei | 
| Opis | Salesforce lightning setup goodized. | 
| Rozmiar pliku | 14.33 KB | 
| Liczba instalacji | 178 | 
| Aktualna Wersja | 0.0.1 | 
| Ostatnia Aktualizacja | 2019-03-03 | 
| Data Publikacji | 2019-03-02 | 
| Ocena | 5.00/5 Łącznie 2 Oceny | 
| Deweloper | Bart Juriewicz | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | https://github.com/bjuriewicz/lightningGoodizer | 
| Obsługiwane Języki | 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\/*"
    ]
}  |  |