Magnet AXIOM Cloud Authenticator
Use Magnet AXIOM Cloud Authenticator to support your Cloud investigations
Magnet AXIOM Cloud Authenticator란 무엇입니까?
Magnet AXIOM Cloud Authenticator은(는) Magnet Forensics에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use Magnet AXIOM Cloud Authenticator to support your Cloud investigations"입니다.
확장 프로그램 스크린샷
Magnet AXIOM Cloud Authenticator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
*WARNING* DO NOT DOWNLOAD THIS EXTENSION WITHOUT GOING THROUGH THE MAGNET AXIOM WORKFLOW OR IT WILL RENDER YOUR CHROME BROWSER UNUSABLE If you have already installed this extension on your local chrome profile or for more information about this extension see: https://support.magnetforensics.com/s/article/Download-and-install-Magnet-AXIOM-Cloud-Authenticator-browser-extension The Magnet AXIOM Cloud Authenticator extension allows you to authenticate a target account using your Chrome browser. In Magnet AXIOM, when you select the Google Chrome authentication option, a Chrome browser launches, and the cookies from the target profile are exported and sent to AXIOM using a localhost connection.
확장 프로그램 기본 정보
이름 | Magnet AXIOM Cloud Authenticator |
ID | khjaonjhlkgoaigckfbmnaednhkhhaml |
공식 URL | https://chromewebstore.google.com/detail/magnet-axiom-cloud-authen/khjaonjhlkgoaigckfbmnaednhkhhaml |
설명 | Use Magnet AXIOM Cloud Authenticator to support your Cloud investigations |
파일 크기 | 20.38 KB |
설치 횟수 | 315 |
현재 버전 | 1.3 |
최근 업데이트 | 2024-01-16 |
출시 날짜 | 2022-02-24 |
개발자 | Magnet Forensics |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.magnetforensics.com/magnet-privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Magnet AXIOM Cloud Authenticator", "description": "Use Magnet AXIOM Cloud Authenticator to support your Cloud investigations", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "extension.js", "type": "module" }, "externally_connectable": { "matches": [ "*:\/\/localhost:*\/*" ] }, "content_scripts": [ { "matches": [ "http:\/\/localhost\/*" ], "all_frames": true, "js": [ ".\/content.js" ], "run_at": "document_end" } ], "icons": { "16": "\/images\/magnet_icon16.png", "32": "\/images\/magnet_icon32.png", "48": "\/images\/magnet_icon48.png", "128": "\/images\/magnet_icon128.png" }, "permissions": [ "cookies", "tabs", "webNavigation", "storage" ], "host_permissions": [ "*:\/\/*.google.com\/*", "https:\/\/.google.com\/", "http:\/\/.google.com\/", "https:\/\/accounts.google.com\/", "http:\/\/accounts.google.com\/", "https:\/\/accounts.youtube.com\/", "http:\/\/accounts.youtube.com\/" ], "content_security_policy": { "extension_pages": "script-src http:\/\/localhost; object-src http:\/\/localhost;" } } |