Salesforce Classic View (Lightning - Classic)

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

Salesforce Classic View (Lightning - Classic) là gì?

Salesforce Classic View (Lightning - Classic) là một tiện ích mở rộng Chrome được phát triển bởi Camden Smith, và tính năng chính của nó là "Redirects the current Salesforce Lightning page to the Classic version (automatically or manually).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Salesforce Classic View (Lightning - Classic)

Tải xuống các tệp mở rộng Salesforce Classic View (Lightning - Classic) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Salesforce Classic View (Lightning - Classic) Salesforce Classic View (Lightning - Classic)
ID lmlapjpkgjofhbmnigehgfdekmlpcjfi
URL Chính Thức https://chromewebstore.google.com/detail/salesforce-classic-view-l/lmlapjpkgjofhbmnigehgfdekmlpcjfi
Mô tả Redirects the current Salesforce Lightning page to the Classic version (automatically or manually).
Kích Thước Tệp 902 KB
Số Lần Cài Đặt 104
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2022-05-19
Ngày Phát Hành 2022-04-29
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Camden Smith
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}