Recorded Future

The Recorded Future Browser Extension provides real-time threat intelligence that is just a click away in any web-based application.

Recorded Future क्या है?

Recorded Future https://www.recordedfuture.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Recorded Future Browser Extension provides real-time threat intelligence that is just a click away in any web-based application."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Recorded Future एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Layering threat intelligence over existing security solutions helps teams make more confident decisions faster. With up-to-the-minute risk scores and transparent evidence behind that score presented directly on the web page, teams can easily see what indicators need attention first, helping them prioritize their already limited time for maximum impact. With a Core or Advanced license, users can pivot from the browser extension into the Recorded Future portal for further analysis.

Use the browser extension on top of:
 • SIEM data for faster triage
 • Vulnerability scan results to prioritize patching 
 • Suspicious emails to uncover potential phishing details
 • File reputation services reports to speed up malware analysis
 • Articles, news sources, or emails to distill important points quickly                    

एक्सटेंशन की मूल जानकारी

नाम Recorded Future Recorded Future
ID cdblaggcibgbankgilackljdpdhhcine
आधिकारिक URL https://chromewebstore.google.com/detail/recorded-future/cdblaggcibgbankgilackljdpdhhcine
विवरण The Recorded Future Browser Extension provides real-time threat intelligence that is just a click away in any web-based application.
फ़ाइल का आकार 666 KB
स्थापना संख्या 14,118
वर्तमान संस्करण 6.1.3
अंतिम अपडेट 2024-03-01
प्रकाशन तिथि 2020-07-04
रेटिंग 4.77/5 कुल 22 रेटिंग्स
डेवलपर https://www.recordedfuture.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.recordedfuture.com
सहायता पृष्ठ URL https://community.recordedfuture.com/customer/portal/articles/2177278
गोपनीयता नीति पृष्ठ URL https://www.recordedfuture.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "6.1.3",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "64": "images\/64x64.png",
        "128": "images\/128x128.png"
    },
    "background": {
        "type": "module",
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": "images\/16x16.png",
        "default_popup": "pages\/popup.html",
        "default_title": "Scan page for indicators."
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/saferespose2.js",
                "scripts\/pdfjs.js",
                "scripts\/pdfjsworker.js",
                "scripts\/helpers.js",
                "scripts\/configModule.js",
                "scripts\/utilsModule.js",
                "scripts\/highlightModule.js",
                "scripts\/userSettingsModule.js",
                "scripts\/regExpUtilModule.js",
                "scripts\/tldsModule.js",
                "scripts\/contentScriptModule.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentScriptLoader.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "alarms",
        "tabs",
        "identity",
        "notifications",
        "gcm"
    ],
    "optional_permissions": [
        "downloads"
    ]
}