SANGAM : Enhance Salesforce Developer Console
Beautify Salesforce Developer Console
Apa itu SANGAM : Enhance Salesforce Developer Console?
SANGAM : Enhance Salesforce Developer Console adalah ekstensi Chrome yang dikembangkan oleh Triangle™, dan fitur utamanya adalah "Beautify Salesforce Developer Console".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SANGAM : Enhance Salesforce Developer Console
Unduh file ekstensi SANGAM : Enhance Salesforce Developer Console dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
*** 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. Informasi Dasar Ekstensi
| Nama | |
| ID | kgacbagondehhgalonakppblcmhelbjg |
| URL Resmi | https://chromewebstore.google.com/detail/sangam-enhance-salesforce/kgacbagondehhgalonakppblcmhelbjg |
| Deskripsi | Beautify Salesforce Developer Console |
| Ukuran File | 2.51 MB |
| Jumlah Instalasi | 82 |
| Versi Saat Ini | 0.0.3 |
| Terakhir Diperbarui | 2017-01-03 |
| Tanggal Publikasi | 2017-01-02 |
| Penilaian | 5.00/5 Total 2 Penilaian |
| Pengembang | Triangle™ |
| [email protected] | |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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"
]
} | |