ClockAssist

ClockAssist

Chrome-client voor het ClockAssist-platform voor automatische urenregistratie.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "jquery.js",
      "143/background.js",
      "144/background.js",
      "145/background.js",
      "146/background.js",
      "147/background.js",
      "148/background.js",
      "149/background.js",
      "150/background.js",
      "151/background.js",
      "152/background.js",
      "153/background.js",
      "154/background.js",
      "backgroundLoader.js"
    ]
  },
  "browser_action": {},
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "style.css"
      ],
      "js": [
        "jquery.js",
        "143/content.js",
        "144/content.js",
        "145/content.js",
        "146/content.js",
        "147/content.js",
        "148/content.js",
        "149/content.js",
        "150/content.js",
        "151/content.js",
        "152/content.js",
        "153/content.js",
        "154/content.js",
        "contentLoader.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "description": "Chrome-client voor het ClockAssist-platform voor automatische urenregistratie.",
  "icons": {
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "ClockAssist",
  "permissions": [
    "tabs",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.5.5",
  "web_accessible_resources": [
    "agents.json",
    "icon-alert.png",
    "icon-check.png"
  ]
}