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
官方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"
    ]
}