BiQ Search

BiQ Search

Using this addon for Google Chrome, you can easily search the entire company database of BiQ

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "biq.js"
    ]
  },
  "default_locale": "da",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "biq_16x16.png",
    "32": "biq_32x32.png",
    "40": "biq_40x40.png",
    "64": "biq_64x64.png",
    "128": "biq_128x128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "contextMenus"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.9"
}