Factiva Search for Business Intelligence

Quickly conduct Factiva searches directly from your Chrome or Edge browser.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Factiva Search for Business Intelligence",
  "version": "1.0.4",
  "manifest_version": 3,
  "description": "Quickly conduct Factiva searches directly from your Chrome or Edge browser.",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "storage",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Factiva Search for Business Intelligence",
    "default_icon": "icons/16x16.png"
  },
  "icons": {
    "16": "icons/16x16.png",
    "120": "icons/120x120.png",
    "128": "icons/128x128.png"
  },
  "externally_connectable": {
    "matches": [
      "https://*.factiva.com/*"
    ],
    "ids": [
      "*"
    ]
  },
  "host_permissions": [
    "https://*.factiva.com/*"
  ]
}