Qollie - 求職天眼通

Qollie - 求職天眼通

讓你能在各大人力銀行上留言討論職缺,減少求職的資訊不對稱

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Qollie - 求職天眼通",
  "description": "讓你能在各大人力銀行上留言討論職缺,減少求職的資訊不對稱",
  "version": "4.6.1",
  "author": "Denny Ku",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "dist/eventPage-bundle.js",
      "./event.dev.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "loadDisqus.js",
    "dist/logo.png"
  ],
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "https://ajax.googleapis.com/",
    "http://jobhelper.g0v.ronny.tw/",
    "https://jobhelper.g0v.ronny.tw/",
    "http://www.taiwanjobs.gov.tw/",
    "https://tranquil-fortress-92731.herokuapp.com/",
    "https://localhost:3011/",
    "http://localhost:8011/",
    "https://*/*",
    "http://*/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.gstatic.com/ https://www.googleapis.com https://ssl.google-analytics.com https://connect.facebook.net https://localhost:8011 https://www.google.com; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "*://www.104.com.tw/*",
        "*://104.com.tw/*",
        "*://www.1111.com.tw/*",
        "*://www.518.com.tw/*",
        "*://www.yes123.com.tw/*"
      ],
      "js": [
        "dist/content-bundle.js"
      ]
    }
  ]
}