Lightning Goodizer
Salesforce lightning setup goodized.
Qu'est-ce que Lightning Goodizer ?
Lightning Goodizer est une extension Chrome développée par Bart Juriewicz, et sa fonction principale est "Salesforce lightning setup goodized.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lightning Goodizer
Téléchargez les fichiers d'extension Lightning Goodizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Lightning Goodizer |
ID | johklehencgcjhabihjcnpbaaaphniei |
URL Officiel | https://chromewebstore.google.com/detail/lightning-goodizer/johklehencgcjhabihjcnpbaaaphniei |
Description | Salesforce lightning setup goodized. |
Taille du Fichier | 14.33 KB |
Nombre d'Installations | 178 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2019-03-03 |
Date de Publication | 2019-03-02 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Bart Juriewicz |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/bjuriewicz/lightningGoodizer |
Langues Prises en Charge | 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\/*" ] } |