Salesforce Lightning Admin Enhancer
Salesforce Admin Enhancer for lightning
Co je Salesforce Lightning Admin Enhancer?
Salesforce Lightning Admin Enhancer je rozšíření Chrome vyvinuté brettgil, a jeho hlavní funkcí je „Salesforce Admin Enhancer for lightning“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Salesforce Lightning Admin Enhancer
Stáhněte si soubory rozšíření Salesforce Lightning Admin Enhancer 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í
Extension that adds helpful user experience features to Salesforce Lightning Setup for Admin. - Process Builder enhancements - stretch and resize the working properties pane - Reduce oversized Sandbox header - Favorite setup links - Place cursor in the quick find search box on page load to remove the need to click into focus
Základní Informace o Rozšíření
Název | Salesforce Lightning Admin Enhancer |
ID | olomokophmlanmpfkejaijmgbihaemkl |
Oficiální URL | https://chromewebstore.google.com/detail/salesforce-lightning-admi/olomokophmlanmpfkejaijmgbihaemkl |
Popis | Salesforce Admin Enhancer for lightning |
Velikost souboru | 112 KB |
Počet instalací | 96 |
Aktuální Verze | 0.4.0 |
Poslední Aktualizace | 2022-03-23 |
Datum Vydání | 2020-07-09 |
Vývojář | brettgil |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://github.com/brettgil/Salesforce-Lightning-Admin-Enhancer |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Salesforce Lightning Admin Enhancer", "description": "Salesforce Admin Enhancer for lightning", "version": "0.4.0", "icons": { "16": "lightning_stylized_icon__1__icon.png", "48": "lightning_stylized_icon__1__icon.png", "128": "lightning_stylized_icon__1__icon.png" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.lightning.force.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.lightning.force.com\/*", "*:\/\/*.salesforce.com\/ui\/setup\/export\/*" ], "js": [ "jquery-3.3.1.min.js", "arrive.min.js", "actions.js" ], "all_frames": true } ], "options_ui": { "page": "options.html", "open_in_tab": true } } |