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
Eメール [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"
    ]
}