SANGAM : Enhance Salesforce Developer Console
Beautify Salesforce Developer Console
SANGAM : Enhance Salesforce Developer Consoleคืออะไร?
SANGAM : Enhance Salesforce Developer Console เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Triangle™ และคุณลักษณะหลักของมันคือ "Beautify Salesforce Developer Console"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SANGAM : Enhance Salesforce Developer Console
ดาวน์โหลดไฟล์ส่วนขยาย SANGAM : Enhance Salesforce Developer Console ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
*** 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kgacbagondehhgalonakppblcmhelbjg |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sangam-enhance-salesforce/kgacbagondehhgalonakppblcmhelbjg |
| คำอธิบาย | Beautify Salesforce Developer Console |
| ขนาดไฟล์ | 2.51 MB |
| จำนวนการติดตั้ง | 82 |
| เวอร์ชันปัจจุบัน | 0.0.3 |
| อัปเดตครั้งล่าสุด | 2017-01-03 |
| วันที่เผยแพร่ | 2017-01-02 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | Triangle™ |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | 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"
]
} | |