QuickSearch for IBM Connections Cloud

QuickSearch for IBM Connections Cloud

This extension let you search & share content within IBM Connections Cloud.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "QuickSearch for IBM Connections Cloud",
  "description": "This extension let you search & share content within IBM Connections Cloud.",
  "version": "6.2.9",
  "permissions": [
    "<all_urls>",
    "contextMenus",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "unlimitedStorage",
    "notifications",
    "desktopCapture",
    "tts",
    "webNavigation",
    "identity",
    "background"
  ],
  "omnibox": {
    "keyword": "sc"
  },
  "icons": {
    "8": "scc.png",
    "12": "scc.png",
    "16": "scc.png",
    "48": "scc.png"
  },
  "browser_action": {
    "default_icon": "scc.png",
    "default_popup": "popup.html"
  },
  "commands": {
    "5open_ic_homepage": {
      "suggested_key": {
        "default": "Ctrl+Shift+H",
        "mac": "Command+Shift+H"
      },
      "description": "Open IBM Connections Homepage"
    },
    "2open_ic_notifications": {
      "suggested_key": {
        "default": "Ctrl+Q",
        "mac": "Command+Q"
      },
      "description": "MyNotifications : open the appropriate IBM Connections Notifications web page"
    },
    "4reset_ic_notifications": {
      "description": "MyNotifications : reset counter"
    },
    "3display_ic_notifications": {
      "description": "MyNotifications : open the MyNotifications view"
    },
    "9open_microphone": {
      "description": "QuickSpeak (experimental)"
    },
    "99refresh_cache": {
      "description": "Full Cache Refresh"
    },
    "99toggle_notifications": {
      "description": "Toggle activity stream notification popups"
    },
    "6update_photo": {
      "description": "Update your picture profile"
    },
    "7open_mobilizer": {
      "suggested_key": {
        "default": "Ctrl+Shift+M",
        "mac": "Command+Shift+M"
      },
      "description": "URL Mobilizer : Open the URL Mobilizer assistant to help you turn connections links into mobile links"
    },
    "8add_to_mobilizer": {
      "description": "URL Mobilizer : Add the current URL to the Mobilizer Queue"
    }
  },
  "oauth2": {
    "client_id": "77uq239w8aij29",
    "scopes": [
      "https://www.linkedin.com/uas/oauth2/authorization"
    ]
  },
  "background": {
    "persistent": true,
    "scripts": [
      "jquery-2.0.3.min.js",
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://faces.tap.ibm.com; object-src 'self'",
  "options_page": "options.html",
  "web_accessible_resources": [
    "quickSpeak.html",
    "popup.html",
    "bookmarkthis.html",
    "notifbox.html",
    "chrome://extensions/configureCommands",
    "images/quicksearch401.png",
    "images/quicksearchlogin.jpg",
    "images/arrow-right.png",
    "images/arrow-left.png"
  ]
}