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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |