Salesforce Inspector reloaded
Productivity tools for Salesforce administrators and developers to inspect data and metadata directly from the Salesforce UI.
Salesforce Inspector reloaded란 무엇입니까?
Salesforce Inspector reloaded은(는) Thomas Prouvot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Productivity tools for Salesforce administrators and developers to inspect data and metadata directly from the Salesforce UI."입니다.
확장 프로그램 스크린샷
Salesforce Inspector reloaded 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is based on the original Salesforce inspector extension made by Søren Krabbe. Salesforce Inspector Reloaded contains lots of new features: - Enable Logs from User tab - New Option page - New Org tab - "What's new" banner - Search for a particular flow, profile or permission set from Shortcut tab - Restrict Salesforce Inspector usage with a default connected app - New "Shortcut" tab to quickly access setup menu - Link to permission sets assignment from User tab And many more ! https://tprouvot.github.io/Salesforce-Inspector-reloaded/
확장 프로그램 기본 정보
이름 | Salesforce Inspector reloaded |
ID | hpijlohoihegkfehhibggnkbjhoemldh |
공식 URL | https://chromewebstore.google.com/detail/salesforce-inspector-relo/hpijlohoihegkfehhibggnkbjhoemldh |
설명 | Productivity tools for Salesforce administrators and developers to inspect data and metadata directly from the Salesforce UI. |
파일 크기 | 874 KB |
설치 횟수 | 40,000 |
현재 버전 | 1.22 |
최근 업데이트 | 2024-03-04 |
출시 날짜 | 2023-03-27 |
평점 | 4.82/5 총 61 개의 평점 |
개발자 | Thomas Prouvot |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tprouvot.github.io/Salesforce-Inspector-reloaded/ |
도움말 페이지 URL | https://github.com/tprouvot/Chrome-Salesforce-inspector/issues |
개인정보 보호 정책 페이지 URL | https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/PRIVACY.md |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salesforce Inspector reloaded", "description": "Productivity tools for Salesforce administrators and developers to inspect data and metadata directly from the Salesforce UI.", "version": "1.22", "version_name": "1.22", "icons": { "128": "icon128.png" }, "minimum_chrome_version": "88", "permissions": [ "cookies" ], "host_permissions": [ "https:\/\/*.salesforce.com\/*", "https:\/\/*.force.com\/*", "https:\/\/*.cloudforce.com\/*", "https:\/\/*.visualforce.com\/*", "https:\/\/*.sfcrmapps.cn\/*", "https:\/\/*.sfcrmproducts.cn\/*", "https:\/\/*.salesforce.mil\/*", "https:\/\/*.force.mil\/*", "https:\/\/*.cloudforce.mil\/*", "https:\/\/*.visualforce.mil\/*", "https:\/\/*.crmforce.mil\/*", "https:\/\/*.force.com.mcas.ms\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/*", "https:\/\/*.visual.force.com\/*", "https:\/\/*.vf.force.com\/*", "https:\/\/*.lightning.force.com\/*", "https:\/\/*.cloudforce.com\/*", "https:\/\/*.visualforce.com\/*", "https:\/\/*.sfcrmapps.cn\/*", "https:\/\/*.sfcrmproducts.cn\/*", "https:\/\/*.salesforce.mil\/*", "https:\/\/*.visual.force.mil\/*", "https:\/\/*.vf.force.mil\/*", "https:\/\/*.lightning.force.mil\/*", "https:\/\/*.cloudforce.mil\/*", "https:\/\/*.visualforce.mil\/*", "https:\/\/*.crmforce.mil\/*", "https:\/\/*.lightning.force.com.mcas.ms\/*" ], "all_frames": true, "css": [ "button.css", "inspect-inline.css" ], "js": [ "button.js", "inspect-inline.js" ] } ], "background": { "service_worker": "background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "popup.html", "data-export.html", "data-import.html", "inspect.html", "metadata-retrieve.html", "explore-api.html", "limits.html", "options.html" ], "matches": [ "https:\/\/*\/*" ], "extension_ids": [] } ], "incognito": "split", "manifest_version": 3 } |