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是由przemek.gonda開發的Chrome擴展程式,該擴展的主要功能是“Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Salesforce smart setup navigation擴展crx文件

下載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
官方網址 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"
    ]
}