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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Exelare และคุณลักษณะหลักของมันคือ "Exelare LinkedIn extension is a bridge between Exelare and LinkedIn. It allows users to easily add/update candidates from LinkedIn"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Exelare LinkedIn Integration
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |