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是由https://www.tinymask.app開發的Chrome擴展程式,該擴展的主要功能是“One button click to switch from Lightning Experience to Classic and back in Salesforce.com”。
擴展截圖
下載Salesforce User Interface Switcher擴展crx文件
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | lpdmalpmibhkhelpghhjhmeghodmlhon | 
| 官方網址 | 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"
    ]
}  |  |