Exelare LinkedIn Integration
Exelare LinkedIn extension is a bridge between Exelare and LinkedIn. It allows users to easily add/update candidates from LinkedIn
什么是Exelare LinkedIn Integration?
Exelare LinkedIn Integration是由Exelare开发的Chrome扩展程序,该扩展的主要功能是“Exelare LinkedIn extension is a bridge between Exelare and LinkedIn. It allows users to easily add/update candidates from LinkedIn”。
扩展截图
下载Exelare LinkedIn Integration扩展crx文件
下载Exelare LinkedIn Integration扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Exelare LinkedIn extension is a bridge between Exelare and LinkedIn. It allows users to easily add/update candidates from LinkedIn to Exelare. It makes life lot easier for a recruiter who uses both Exelare and LinkedIn.
1) Add Contacts/Candidates from LinkedIn to Exelare.
2) Link selected canddiates as Potential from LinkedIn into Exelare easily 扩展基本信息
| 名称 | |
| ID | mjafkfgdbgndbclkmeadnghiphakjfeh |
| 官方URL | https://chrome.google.com/webstore/detail/exelare-linkedin-integrat/mjafkfgdbgndbclkmeadnghiphakjfeh |
| 简介 | Exelare LinkedIn extension is a bridge between Exelare and LinkedIn. It allows users to easily add/update candidates from LinkedIn |
| 文件大小 | 2.35 MB |
| 安装次数 | 777 |
| 当前版本 | 2.0.2 |
| 更新时间 | 2022-07-07 |
| 上架时间 | 2020-06-02 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | Exelare |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://exelare.com/ |
| 隐私政策页面URL | https://exelare.com/company/customer-information-privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Exelare LinkedIn Integration",
"version": "2.0.2",
"manifest_version": 2,
"minimum_chrome_version": "27",
"description": "Exelare LinkedIn extension is a bridge between Exelare and LinkedIn. It allows users to easily add\/update candidates from LinkedIn",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "loginForm.html"
},
"icons": {
"64": "icon.png",
"128": "icon_big.png"
},
"background": {
"scripts": [
"libs\/jquery.min.js",
"libs\/jquery.cookie.js",
"libs\/lodash.min.js",
"newVersion\/scraper.js",
"utils\/helpers.js",
"newVersion\/NewBackground.js"
]
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cbiz-srv2.network80.com\/; object-src 'self'",
"content_scripts": [
{
"matches": [
"*:\/\/*.linkedin.com\/*"
],
"exclude_matches": [
"*:\/\/*.linkedin.com\/recruiter\/smartsearch*",
"*:\/\/*.linkedin.com\/recruiter\/hiring-dashboard*"
],
"css": [
"css\/ExelareStyles.css"
],
"js": [
"libs\/jquery-3.2.1.min.js",
"libs\/jquery.cookie.js",
"libs\/lodash.min.js",
"utils\/helpers.js",
"newVersion\/newContentScript.js"
],
"run_at": "document_end"
}
],
"options_page": "options.html",
"permissions": [
"*:\/\/*.linkedin.com\/*",
"tabs",
"storage"
]
} | |