SANGAM : Enhance Salesforce Developer Console
Beautify Salesforce Developer Console
Wat is SANGAM : Enhance Salesforce Developer Console?
SANGAM : Enhance Salesforce Developer Console is een Chrome-extensie ontwikkeld door Triangle™, en de belangrijkste functie is "Beautify Salesforce Developer Console".
Extensie Screenshots
Download het CRX-bestand van de extensie SANGAM : Enhance Salesforce Developer Console
Download SANGAM : Enhance Salesforce Developer Console-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
*** 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. Basisinformatie over de Extensie
| Naam | |
| ID | kgacbagondehhgalonakppblcmhelbjg |
| Officiële URL | https://chromewebstore.google.com/detail/sangam-enhance-salesforce/kgacbagondehhgalonakppblcmhelbjg |
| Beschrijving | Beautify Salesforce Developer Console |
| Bestandsgrootte | 2.51 MB |
| Aantal Installaties | 82 |
| Huidige Versie | 0.0.3 |
| Laatst Bijgewerkt | 2017-01-03 |
| Publicatiedatum | 2017-01-02 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Triangle™ |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |