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