SFDC Console

Just opens the Developer Console in new Tab

SFDC Consoleคืออะไร?

SFDC Console เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kamal Thakur และคุณลักษณะหลักของมันคือ "Just opens the Developer Console in new Tab"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SFDC Console

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

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

                        Open ups the Salesforce Developer Console in New Tab with just one click. It will only works on Salesforce.com websites and Force.com websites.                    

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

ชื่อ SFDC Console SFDC Console
ID eeeeobhnlbmdckdncgflimpaianinamf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sfdc-console/eeeeobhnlbmdckdncgflimpaianinamf
คำอธิบาย Just opens the Developer Console in new Tab
ขนาดไฟล์ 16.47 KB
จำนวนการติดตั้ง 198
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2019-06-09
วันที่เผยแพร่ 2019-06-09
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Kamal Thakur
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SFDC Console",
    "version": "1",
    "description": "Just opens the Developer Console in new Tab",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/*.force.com\/*",
        "https:\/\/*.salesforce.com\/*"
    ],
    "manifest_version": 2
}