SANGAM : Enhance Salesforce Developer Console
Beautify Salesforce Developer Console
Vad är SANGAM : Enhance Salesforce Developer Console?
SANGAM : Enhance Salesforce Developer Console är en Chrome-tillägg utvecklad av Triangle™, och dess huvudfunktion är "Beautify Salesforce Developer Console".
Tilläggsskärmbilder
Ladda ner SANGAM : Enhance Salesforce Developer Console-förlängningens CRX-fil
Ladda ner SANGAM : Enhance Salesforce Developer Console-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
*** 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. Grundläggande Information om Tillägg
| Namn | |
| ID | kgacbagondehhgalonakppblcmhelbjg |
| Officiell webbadress | https://chromewebstore.google.com/detail/sangam-enhance-salesforce/kgacbagondehhgalonakppblcmhelbjg |
| Beskrivning | Beautify Salesforce Developer Console |
| Filstorlek | 2.51 MB |
| Antal Installationer | 82 |
| Aktuell Version | 0.0.3 |
| Senast Uppdaterad | 2017-01-03 |
| Publiceringsdatum | 2017-01-02 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Triangle™ |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |