Profilehunt job clipper

Profilehunt job clipper

Profilehunt job clipper lets you add jobs from any website to job application tracker on profilehunt.net . You can then track this job application on a kanban board specifically designed for job application tracking.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Profilehunt job application organizer",
  "version": "1.0.0",
  "icons": {
    "16": "assets/icons/favicon-16x16.png",
    "32": "assets/icons/favicon-32x32.png",
    "57": "assets/icons/apple-touch-icon-57x57.png",
    "120": "assets/icons/apple-touch-icon-120x120.png"
  },
  "description": "Add jobs from any website to track them on a kanban board",
  "homepage_url": "https://profilehunt.net",
  "short_name": "Profilehunt job tracker",
  "permissions": [
    "activeTab",
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "author": "profilehunt",
  "applications": {},
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/icons/favicon-16x16.png",
      "32": "assets/icons/favicon-32x32.png",
      "57": "assets/icons/apple-touch-icon-57x57.png",
      "120": "assets/icons/apple-touch-icon-120x120.png"
    },
    "default_title": "Profilehunt job tracker",
    "browser_style": false
  }
}