Salesforce Classic View (Lightning - Classic)

Redirects the current Salesforce Lightning page to the Classic version (automatically or manually).

Salesforce Classic View (Lightning - Classic)とは何ですか?

Salesforce Classic View (Lightning - Classic)はCamden Smithによって開発されたChromeの拡張機能で、その主な機能は「Redirects the current Salesforce Lightning page to the Classic version (automatically or manually).」です。

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

screenshot
screenshot

Salesforce Classic View (Lightning - Classic)拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This will redirect your current Salesforce Lightning view to the Classic version of what you were viewing. For example, this will pull up your lead/contact/opportunity/dashboard/report etc. in Classic instead of just defaulting to the Classic homepage. 

Features:
- Toggle button: after being toggled on, whenever a Salesforce Lightning page is encountered it will automatically be redirected to Salesforce Classic.
- Switch to Classic button: click this button to switch to the Classic version of the current Lightning page.                    

拡張機能の基本情報

名前 Salesforce Classic View (Lightning - Classic) Salesforce Classic View (Lightning - Classic)
ID lmlapjpkgjofhbmnigehgfdekmlpcjfi
公式URL https://chromewebstore.google.com/detail/salesforce-classic-view-l/lmlapjpkgjofhbmnigehgfdekmlpcjfi
説明 Redirects the current Salesforce Lightning page to the Classic version (automatically or manually).
ファイルサイズ 902 KB
インストール数 104
現在のバージョン 0.0.0.2
最終更新日 2022-05-19
公開日 2022-04-29
評価 5.00/5 合計 10 レビュー
開発者 Camden Smith
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Salesforce Classic View (Lightning - Classic)",
    "version": "0.0.0.2",
    "description": "Redirects the current Salesforce Lightning page to the Classic version (automatically or manually).",
    "action": {
        "default_title": "Salesforce Classic View",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "images\/icon16x16.png",
        "32": "images\/icon32x32.png",
        "48": "images\/icon32x32.png",
        "128": "images\/icon128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}