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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Camden Smith และคุณลักษณะหลักของมันคือ "Redirects the current Salesforce Lightning page to the Classic version (automatically or manually)."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce Classic View (Lightning - Classic)

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}