Salesforce Lightning Admin Enhancer

Salesforce Admin Enhancer for lightning

Salesforce Lightning Admin Enhancerとは何ですか?

Salesforce Lightning Admin Enhancerはbrettgilによって開発されたChromeの拡張機能で、その主な機能は「Salesforce Admin Enhancer for lightning」です。

拡張機能のスクリーンショット

screenshot
screenshot

Salesforce Lightning Admin Enhancer拡張機能のCRXファイルをダウンロード

Salesforce Lightning Admin Enhancer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Extension that adds helpful user experience features to Salesforce Lightning Setup for Admin. 
 - Process Builder enhancements - stretch and resize the working properties pane
 - Reduce oversized Sandbox header
 - Favorite setup links
 - Place cursor in the quick find search box on page load to remove the need to click into focus                    

拡張機能の基本情報

名前 Salesforce Lightning Admin Enhancer Salesforce Lightning Admin Enhancer
ID olomokophmlanmpfkejaijmgbihaemkl
公式URL https://chromewebstore.google.com/detail/salesforce-lightning-admi/olomokophmlanmpfkejaijmgbihaemkl
説明 Salesforce Admin Enhancer for lightning
ファイルサイズ 112 KB
インストール数 96
現在のバージョン 0.4.0
最終更新日 2022-03-23
公開日 2020-07-09
開発者 brettgil
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/brettgil/Salesforce-Lightning-Admin-Enhancer
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Salesforce Lightning Admin Enhancer",
    "description": "Salesforce Admin Enhancer for lightning",
    "version": "0.4.0",
    "icons": {
        "16": "lightning_stylized_icon__1__icon.png",
        "48": "lightning_stylized_icon__1__icon.png",
        "128": "lightning_stylized_icon__1__icon.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.lightning.force.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.lightning.force.com\/*",
                "*:\/\/*.salesforce.com\/ui\/setup\/export\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "arrive.min.js",
                "actions.js"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}