Salesforce User Interface Switcher

One button click to switch from Lightning Experience to Classic and back in Salesforce.com

Salesforce User Interface Switcherคืออะไร?

Salesforce User Interface Switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tinymask.app และคุณลักษณะหลักของมันคือ "One button click to switch from Lightning Experience to Classic and back in Salesforce.com"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce User Interface Switcher

ดาวน์โหลดไฟล์ส่วนขยาย Salesforce User Interface Switcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Switch from Lightning Experience to Classic not waiting for a page load complete and highlighting all user names from other orgs.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Salesforce User Interface Switcher Salesforce User Interface Switcher
ID lpdmalpmibhkhelpghhjhmeghodmlhon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/salesforce-user-interface/lpdmalpmibhkhelpghhjhmeghodmlhon
คำอธิบาย One button click to switch from Lightning Experience to Classic and back in Salesforce.com
ขนาดไฟล์ 10.31 KB
จำนวนการติดตั้ง 66
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2019-10-16
วันที่เผยแพร่ 2019-10-16
ผู้พัฒนา https://www.tinymask.app
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.tinymask.app/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce User Interface Switcher",
    "version": "0.1",
    "manifest_version": 2,
    "description": "One button click to switch from Lightning Experience to Classic and back in Salesforce.com",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}