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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |