Salesforce Advanced Code Editor

Base Level Extension

Salesforce Advanced Code Editorคืออะไร?

Salesforce Advanced Code Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PicSpotter Technologies LLP และคุณลักษณะหลักของมันคือ "Base Level Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce Advanced Code Editor

ดาวน์โหลดไฟล์ส่วนขยาย Salesforce Advanced Code Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Enjoy full screen mode while editing Apex Classes, Apex Triggers, Validation Rules, Formula Fields.

Shortcut Keys are introduced as "Ctrl+Shift+L" (Mac users : Command+Shift+L)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Salesforce Advanced Code Editor Salesforce Advanced Code Editor
ID bbkhpobfbfljpghlbaiehgoninnbopoo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/salesforce-advanced-code/bbkhpobfbfljpghlbaiehgoninnbopoo
คำอธิบาย Base Level Extension
ขนาดไฟล์ 10.25 KB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 0.0.0.4
อัปเดตครั้งล่าสุด 2020-04-01
วันที่เผยแพร่ 2020-04-01
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา PicSpotter Technologies LLP
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce Advanced Code Editor",
    "description": "Base Level Extension",
    "version": "0.0.0.4",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "Enter-38.png"
    },
    "permissions": [
        "activeTab"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    },
    "manifest_version": 2
}