RecruitEx
Chrome extension for recruiters
RecruitExとは何ですか?
RecruitExはArtem Bosniakによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension for recruiters」です。
拡張機能のスクリーンショット
RecruitEx拡張機能のCRXファイルをダウンロード
RecruitEx拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
RecruitEx is a Chrome extension that helps send templated messages over LinkedIn. You will never type the incorrect name of your possible candidate, as the template would be filled automatically with the name opened in the chat or connects.
拡張機能の基本情報
名前 | RecruitEx |
ID | bpepnldejpbbhooofgclkhghkgkjflpi |
公式URL | https://chromewebstore.google.com/detail/recruitex/bpepnldejpbbhooofgclkhghkgkjflpi |
説明 | Chrome extension for recruiters |
ファイルサイズ | 1.8 MB |
インストール数 | 50 |
現在のバージョン | 0.3.2 |
最終更新日 | 2022-07-27 |
公開日 | 2022-02-16 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Artem Bosniak |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "RecruitEx", "description": "Chrome extension for recruiters", "version": "0.3.2", "action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/linkedin.com\/*", "*:\/\/*.linkedin.com\/*" ], "js": [ "\/js\/content.js" ], "css": [ "\/css\/content.css", "\/uikit.min.css" ] } ], "web_accessible_resources": [ { "resources": [ "\/templatesView.html", "\/shortcutView.html" ], "matches": [ " |