Salesforce smart setup navigation

Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar.

Salesforce smart setup navigationคืออะไร?

Salesforce smart setup navigation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย przemek.gonda และคุณลักษณะหลักของมันคือ "Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce smart setup navigation

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

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

                        If you want to have more tabs on your quick navigation bar in the Salesforce Setup page, this extensions is made for you. Instead of having only Home and Object Manager tabs you will have possibility to add most used tabs to that navbar. Just click the settings button and add more tabs, then order them as you wish. Don't be afraid to add too many tabs, as the navbar is horizontal scrollable from now.

Featured updates:
1.1.x - donate button to support further development
1.2.x -  settings are stored in chrome extension storage                    

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

ชื่อ Salesforce smart setup navigation Salesforce smart setup navigation
ID pcfcnkkjfmcncimnkdigpkjhagmdkbnj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/salesforce-smart-setup-na/pcfcnkkjfmcncimnkdigpkjhagmdkbnj
คำอธิบาย Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar.
ขนาดไฟล์ 7.06 KB
จำนวนการติดตั้ง 142
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2022-04-28
วันที่เผยแพร่ 2022-04-23
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา przemek.gonda
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce smart setup navigation",
    "description": "Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar.",
    "version": "1.2.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.lightning.force.com\/lightning\/setup\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ]
}