SANGAM : Enhance Salesforce Developer Console
Beautify Salesforce Developer Console
What is SANGAM : Enhance Salesforce Developer Console?
SANGAM : Enhance Salesforce Developer Console is a Chrome extension developed by Triangle™, and its main feature is "Beautify Salesforce Developer Console".
Extension Screenshots
Download SANGAM : Enhance Salesforce Developer Console Extension CRX File
Download SANGAM : Enhance Salesforce Developer Console extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
*** 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. Extension Basic Information
| Name | |
| ID | kgacbagondehhgalonakppblcmhelbjg |
| Official URL | https://chromewebstore.google.com/detail/sangam-enhance-salesforce/kgacbagondehhgalonakppblcmhelbjg |
| Description | Beautify Salesforce Developer Console |
| File Size | 2.51 MB |
| Installation Count | 82 |
| Current Version | 0.0.3 |
| Last Updated | 2017-01-03 |
| Publish Date | 2017-01-02 |
| Rating | 5.00/5 Total 2 Ratings |
| Developer | Triangle™ |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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"
]
} | |