FactSet - Internal Research Notes

FactSet - Internal Research Notes

Use the FactSet Internal Research Notes (IRN) extension to save contents you view on the web into your IRN application.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FactSet - Internal Research Notes",
  "description": "Use the FactSet Internal Research Notes (IRN) extension to save contents you view on the web into your IRN application.",
  "version": "1.0.7",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "FactSet - Internal Research Notes",
    "default_icon": "f_16.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "f_16.png",
    "48": "f_48.png",
    "128": "f_128.png"
  },
  "manifest_version": 2
}