Lightning Goodizer
Salesforce lightning setup goodized.
Cos'è Lightning Goodizer?
Lightning Goodizer è un'estensione di Chrome sviluppata da Bart Juriewicz, e la sua funzione principale è "Salesforce lightning setup goodized.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lightning Goodizer
Scarica i file di estensione Lightning Goodizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | johklehencgcjhabihjcnpbaaaphniei |
| URL Ufficiale | https://chromewebstore.google.com/detail/lightning-goodizer/johklehencgcjhabihjcnpbaaaphniei |
| Descrizione | Salesforce lightning setup goodized. |
| Dimensione del File | 14.33 KB |
| Conteggio Installazioni | 178 |
| Versione Corrente | 0.0.1 |
| Ultimo Aggiornamento | 2019-03-03 |
| Data di Pubblicazione | 2019-03-02 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Bart Juriewicz |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/bjuriewicz/lightningGoodizer |
| Lingue Supportate | 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\/*"
]
} | |