Talink.ME

Talink.ME

This extension sources new applicants from social networks into the EDGE and Talink platforms.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Talink.ME",
  "version": "1.0.0.21",
  "description": "This extension sources new applicants from social networks into the EDGE and Talink platforms.",
  "background": {
    "persistent": false,
    "scripts": [
      "jquery-3.1.1.js",
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "images/icon32.png",
    "default_title": "Add Social Network Profiles To Talink and EDGE(by NilooSoft)",
    "default_popup": "entryPage/entryPage.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.hrms.me/*",
        "*://*.hrms.me/*",
        "*://*.test-hrms.hunterhrms.com/*",
        "*://*.test-hrms.hunterhrms.com/*"
      ],
      "js": [
        "jquery-3.1.1.js",
        "talinkContentScript.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "webNavigation",
    "background",
    "declarativeContent",
    "cookies",
    "*://*.linkedin.com/*",
    "*://*.xing.com/profile/*",
    "*://*.hrms.me/*",
    "*://*.hrms.me/*",
    "*://*.test-hrms.hunterhrms.com/*",
    "*://*.test-hrms.hunterhrms.com/*"
  ],
  "icons": {
    "48": "images/icon32.png",
    "128": "images/icon32.png"
  },
  "content_security_policy": "script-src 'self' https://maxcdn.bootstrapcdn.com; object-src 'self'",
  "web_accessible_resources": [
    "manifest.json"
  ]
}