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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
            ]
        }
    ]
}