Advanced Salesforce inspector
Inspired by Salesforce inspector but with more tools to help manage your org.
Co je Advanced Salesforce inspector?
Advanced Salesforce inspector je rozšíření Chrome vyvinuté Tailwind ltd, a jeho hlavní funkcí je „Inspired by Salesforce inspector but with more tools to help manage your org.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Advanced Salesforce inspector
Stáhněte si soubory rozšíření Advanced Salesforce inspector 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í
Note: This extension is under active development and may contain bugs. If you are interested in becoming a beta tester please contact us at: [email protected]. Advanced Salesforce inspector automatically tracks activity in your Salesforce org! Manage your users, profiles and permissions without having to open yet another setup tab. See who is online in your Salesforce org and at what time they logged in. Love the old "Api fields extension" for salesforce classic? Well get this extension and have the same functionality in Lightning now! The best Dark mode you can get. Enable Dark mode and experience Salesforce in a Dark room while also saving some ibuprofen money! This is just the beginning. Advanced Inspector for Salesforce is still under active development and many more features are still to come.
Základní Informace o Rozšíření
Název | Advanced Salesforce inspector |
ID | gbgglmnddogekbhgcdoloiclnhblfoik |
Oficiální URL | https://chromewebstore.google.com/detail/advanced-salesforce-inspe/gbgglmnddogekbhgcdoloiclnhblfoik |
Popis | Inspired by Salesforce inspector but with more tools to help manage your org. |
Velikost souboru | 643 KB |
Počet instalací | 3,405 |
Aktuální Verze | 0.0.44 |
Poslední Aktualizace | 2021-03-29 |
Datum Vydání | 2021-01-18 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Tailwind ltd |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://adminagents.ai/privacy-policy |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Advanced Salesforce inspector", "description": "Inspired by Salesforce inspector but with more tools to help manage your org.", "version": "0.0.44", "icons": { "48": "icon.png" }, "permissions": [ "https:\/\/*.lightning.force.com\/*", "https:\/\/*.salesforce.com\/*", "cookies" ], "optional_permissions": [ "https:\/\/snapshots.admintoolset.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.lightning.force.com\/**" ], "css": [], "js": [ "scripts\/lex.js" ], "all_frames": true } ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "pages\/*.html", "media\/*.svg" ] } |