Salesforce User Interface Switcher
One button click to switch from Lightning Experience to Classic and back in Salesforce.com
Cos'è Salesforce User Interface Switcher?
Salesforce User Interface Switcher è un'estensione di Chrome sviluppata da https://www.tinymask.app, e la sua funzione principale è "One button click to switch from Lightning Experience to Classic and back in Salesforce.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Salesforce User Interface Switcher
Scarica i file di estensione Salesforce User Interface Switcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        Switch from Lightning Experience to Classic not waiting for a page load complete and highlighting all user names from other orgs.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | lpdmalpmibhkhelpghhjhmeghodmlhon | 
| URL Ufficiale | https://chromewebstore.google.com/detail/salesforce-user-interface/lpdmalpmibhkhelpghhjhmeghodmlhon | 
| Descrizione | One button click to switch from Lightning Experience to Classic and back in Salesforce.com | 
| Dimensione del File | 10.31 KB | 
| Conteggio Installazioni | 66 | 
| Versione Corrente | 0.1 | 
| Ultimo Aggiornamento | 2019-10-16 | 
| Data di Pubblicazione | 2019-10-16 | 
| Sviluppatore | https://www.tinymask.app | 
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://www.tinymask.app/ | 
| Lingue Supportate | 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"
    ]
}  |  |