Lightning Setup Search Focus

God Damnit Salesforce

Lightning Setup Search Focusคืออะไร?

Lightning Setup Search Focus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย toby.curtis และคุณลักษณะหลักของมันคือ "God Damnit Salesforce"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lightning Setup Search Focus

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

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

                        When you load the Setup menu in Salesforce Lightning Experience, the search box is focused, and then for some reason loses focus quickly. 

So you may start to type something only to then realize that the input became unfocussed, and you need to retype it.

This is frustrating, so this extension waits for the input to unfocus, and then refocuses it.                    

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

ชื่อ Lightning Setup Search Focus Lightning Setup Search Focus
ID jmhpeccjmbkdopecndcncppjmpgphlep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lightning-setup-search-fo/jmhpeccjmbkdopecndcncppjmpgphlep
คำอธิบาย God Damnit Salesforce
ขนาดไฟล์ 54.21 KB
จำนวนการติดตั้ง 145
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2019-04-04
วันที่เผยแพร่ 2019-04-03
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา toby.curtis
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lightning Setup Search Focus",
    "version": "0.2.0",
    "description": "God Damnit Salesforce",
    "browser_action": {
        "default_icon": "benioff.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/*.lightning.force.com\/lightning\/setup\/*"
            ]
        }
    ]
}