Force Salesforce Classic (No lightning)
When visiting a lightning design Salesforce page, this extension will automatically redirect to the "classic" design. This uses the…
Co je Force Salesforce Classic (No lightning)?
Force Salesforce Classic (No lightning) je rozšíření Chrome vyvinuté leothelocust, a jeho hlavní funkcí je „When visiting a lightning design Salesforce page, this extension will automatically redirect to the "classic" design. This uses the…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Force Salesforce Classic (No lightning)
Stáhněte si soubory rozšíření Force Salesforce Classic (No lightning) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
When visiting a lightning design Salesforce page, this extension will automatically redirect to the "classic" design. This uses the same page redirection as if you were to click "Switch to Salesforce Classic" in your Salesforce organization. This extension is not associated with Salesforce in anyway. I created this extension out of my own desire to use "classic" and I had colleagues that shared in my dislike for the slow and bloated "Lightning Experience". So here it is. A very simple page redirection to automatically switch to classic.
Základní Informace o Rozšíření
Název | Force Salesforce Classic (No lightning) |
ID | fonaaeniiegfgjomphdcklenikidildi |
Oficiální URL | https://chromewebstore.google.com/detail/force-salesforce-classic/fonaaeniiegfgjomphdcklenikidildi |
Popis | When visiting a lightning design Salesforce page, this extension will automatically redirect to the "classic" design. This uses the… |
Velikost souboru | 73.9 KB |
Počet instalací | 143 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2019-04-01 |
Datum Vydání | 2019-04-01 |
Hodnocení | 4.33/5 Celkem 3 Hodnocení |
Vývojář | leothelocust |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Force Salesforce Classic (No lightning)", "version": "1.0.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*.lightning.force.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" } } |