yu:talent Contact Clipper

yu:talent Contact Clipper

Use the Chrome Extension to add contacts from web sites, and to check if contacts already exist in your yu:talent CRM

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "yu:talent Contact Clipper",
  "short_name": "yu:talent CC",
  "description": "Use the Chrome Extension to add contacts from web sites, and to check if contacts already exist in your yu:talent CRM",
  "version": "0.2.11",
  "permissions": [
    "tabs",
    "storage",
    "webNavigation",
    "notifications",
    "management",
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": "script-src 'self' https://cdnjs.cloudflare.com 'unsafe-eval'; object-src 'self'",
  "background": {
    "scripts": [
      "config.js",
      "jquery.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/yu19.png",
      "38": "images/yu38.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "images/yu128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "jquery.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "options_page": "options.html",
  "externally_connectable": {
    "ids": [
      "kfgpacfngdnaemjomfmkolalgffgpnjb",
      "hdgonhfoljejmgfjbggdaehcomapbjkj"
    ],
    "matches": [
      "*://*.local.yutalent.co.uk/*",
      "*://*.yutalent.co.uk/*",
      "*://*.yutalent.com/*"
    ]
  }
}