SANGAM : Enhance Salesforce Developer Console
Beautify Salesforce Developer Console
Co to jest SANGAM : Enhance Salesforce Developer Console?
SANGAM : Enhance Salesforce Developer Console to rozszerzenie Chrome opracowane przez Triangle™, a jego główną funkcją jest „Beautify Salesforce Developer Console”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SANGAM : Enhance Salesforce Developer Console
Pobierz pliki rozszerzeń SANGAM : Enhance Salesforce Developer Console w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
*** 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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kgacbagondehhgalonakppblcmhelbjg |
| Oficjalny URL | https://chromewebstore.google.com/detail/sangam-enhance-salesforce/kgacbagondehhgalonakppblcmhelbjg |
| Opis | Beautify Salesforce Developer Console |
| Rozmiar pliku | 2.51 MB |
| Liczba instalacji | 82 |
| Aktualna Wersja | 0.0.3 |
| Ostatnia Aktualizacja | 2017-01-03 |
| Data Publikacji | 2017-01-02 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | Triangle™ |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |