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 |
Eメール | [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" ] } |