SANGAM : Enhance Salesforce Developer Console
Beautify Salesforce Developer Console
Cos'è SANGAM : Enhance Salesforce Developer Console?
SANGAM : Enhance Salesforce Developer Console è un'estensione di Chrome sviluppata da Triangle™, e la sua funzione principale è "Beautify Salesforce Developer Console".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SANGAM : Enhance Salesforce Developer Console
Scarica i file di estensione SANGAM : Enhance Salesforce Developer Console 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
*** SANGAM: Enhance Salesforce Developer Console *** Light background themes Dark background themes Gray background themes easily swap themes Color schema for matching brackets, comments, keywords, variable, line number and methods.
Informazioni di Base sull'Estensione
Nome | SANGAM : Enhance Salesforce Developer Console |
ID | kgacbagondehhgalonakppblcmhelbjg |
URL Ufficiale | https://chromewebstore.google.com/detail/sangam-enhance-salesforce/kgacbagondehhgalonakppblcmhelbjg |
Descrizione | Beautify Salesforce Developer Console |
Dimensione del File | 2.51 MB |
Conteggio Installazioni | 82 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2017-01-03 |
Data di Pubblicazione | 2017-01-02 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Triangle™ |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SANGAM : Enhance Salesforce Developer Console", "short_name": "Sangam", "description": "Beautify Salesforce Developer Console", "version": "0.0.3", "icons": { "16": "icons\/icon128.png", "24": "icons\/icon24.png", "48": "icons\/icon128.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon24.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/content.js" ], "matches": [ "https:\/\/*.salesforce.com\/*", "https:\/\/*.force.com\/*" ], "run_at": "document_start" } ], "options_page": "welcome\/index.html", "permissions": [ "storage" ] } |