Cisco AMP/TG/Umbrella/CTR Intelligence Search

Cisco AMP/TG/Umbrella/CTR Intelligence Search

Right click URL or select test to search on Cisco AMP/TG (including Threat Response) and Umbrella. Requires respective portal accts

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cisco AMP/TG/Umbrella/CTR Intelligence Search",
  "short_name": "Cisco Adv Threat Intelligence Search",
  "author": "Shyue Hong Chuang <[email protected]>",
  "description": "Right click URL or select test to search on Cisco AMP/TG (including Threat Response) and Umbrella. Requires respective portal accts",
  "version": "0.0.14.1",
  "permissions": [
    "contextMenus",
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "ats-search.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "icons": {
    "16": "ATS-Search-icon16.png",
    "48": "ATS-Search-icon48.png",
    "128": "ATS-Search-icon128.png"
  },
  "manifest_version": 2
}