SF Toolkit Light
Use SF Toolkit directly from chrome to visualize record details and analyze User access, profile, permissions, etc
什么是SF Toolkit Light?
SF Toolkit Light是由https://sf-toolkit.com开发的Chrome扩展程序,该扩展的主要功能是“Use SF Toolkit directly from chrome to visualize record details and analyze User access, profile, permissions, etc”。
扩展截图
下载SF Toolkit Light扩展crx文件
下载SF Toolkit Light扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Empower your Salesforce experience with the SF Toolkit Light Chrome extension. Seamlessly integrating with your Salesforce environment, this extension provides direct access to the SF Toolkit using the current page's sessionId. Uncover a range of functionalities allowing you to visualize record details, review profiles & permissions with unparalleled ease. Key Features: Record Field Viewer: Fastest way to visualize and search in your records without leaving the browser page. Direct Access: Quick access to the entire features provided by the SF Toolkit without the need to log in. Expandable Capabilities: Stay ahead with upcoming features and enhancements designed to further enhance your Salesforce toolkit experience as more feature are being added to the SF Tookit website.
扩展基本信息
名称 | SF Toolkit Light |
ID | konbmllgicfccombdckckakhnmejjoei |
官方URL | https://chromewebstore.google.com/detail/sf-toolkit-light/konbmllgicfccombdckckakhnmejjoei |
简介 | Use SF Toolkit directly from chrome to visualize record details and analyze User access, profile, permissions, etc |
文件大小 | 9.06 MB |
安装次数 | 65 |
当前版本 | 1.0.5 |
更新时间 | 2024-02-05 |
上架时间 | 2023-12-07 |
开发者 | https://sf-toolkit.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://github.com/grebmann1/sfdx-ui-light/blob/master/privacy.md |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SF Toolkit Light", "version": "1.0.5", "description": "Use SF Toolkit directly from chrome to visualize record details and analyze User access, profile, permissions, etc", "icons": { "128": "images\/icon-128.png" }, "action": { "default_popup": "index.html" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*" ], "resources": [ "http:\/\/localhost:3000\/" ] } ], "host_permissions": [ "https:\/\/*.salesforce.com\/*", "https:\/\/*.force.com\/*", "https:\/\/*.cloudforce.com\/*", "https:\/\/*.visualforce.com\/*", "https:\/\/*.salesforce.mil\/*", "https:\/\/*.force.mil\/*", "https:\/\/*.cloudforce.mil\/*", "https:\/\/*.visualforce.mil\/*", "https:\/\/*.crmforce.mil\/*", "https:\/\/*.force.com.mcas.ms\/*" ], "background": { "service_worker": "scripts\/background.js", "type": "module" }, "permissions": [ "cookies", "declarativeContent" ] } |