Advanced Salesforce inspector

Inspired by Salesforce inspector but with more tools to help manage your org.

什么是Advanced Salesforce inspector?

Advanced Salesforce inspector是由Tailwind ltd开发的Chrome扩展程序,该扩展的主要功能是“Inspired by Salesforce inspector but with more tools to help manage your org.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Advanced Salesforce inspector扩展crx文件

下载Advanced Salesforce inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Advanced Salesforce inspector Advanced Salesforce inspector
ID gbgglmnddogekbhgcdoloiclnhblfoik
官方URL https://chromewebstore.google.com/detail/advanced-salesforce-inspe/gbgglmnddogekbhgcdoloiclnhblfoik
简介 Inspired by Salesforce inspector but with more tools to help manage your org.
文件大小 643 KB
安装次数 3,405
当前版本 0.0.44
更新时间 2021-03-29
上架时间 2021-01-18
评分 5.00/5 共3次评分
开发者 Tailwind ltd
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://adminagents.ai/privacy-policy
支持的语言 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"
    ]
}