Magnet AXIOM Cloud Authenticator
Use Magnet AXIOM Cloud Authenticator to support your Cloud investigations
Magnet AXIOM Cloud Authenticator क्या है?
Magnet AXIOM Cloud Authenticator Magnet Forensics द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Magnet AXIOM Cloud Authenticator to support your Cloud investigations"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Magnet AXIOM Cloud Authenticator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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;" } } |