HR helper
Linkedin private notes
HR helperとは何ですか?
HR helperはRomanistHereによって開発されたChromeの拡張機能で、その主な機能は「Linkedin private notes」です。
拡張機能のスクリーンショット
HR helper拡張機能のCRXファイルをダウンロード
HR helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Testing stage. Free and open-source.
Available right now:
- mark profile
- add note to profile
- quick editable answers in the messages thread
- search within saved and marked profiles
- save with Ctrl + Enter
Future plans:
- synchronization between all the users in your company (paid option) 拡張機能の基本情報
| 名前 | |
| ID | legoehlgnimpdcopbolhlgcfhanhmckh |
| 公式URL | https://chromewebstore.google.com/detail/hr-helper/legoehlgnimpdcopbolhlgcfhanhmckh |
| 説明 | Linkedin private notes |
| ファイルサイズ | 29.24 KB |
| インストール数 | 28 |
| 現在のバージョン | 0.1.16 |
| 最終更新日 | 2020-12-29 |
| 公開日 | 2020-11-23 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | RomanistHere |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://romanisthere.github.io/apps/policy |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "HR helper",
"short_name": "HR helper - Linkedin\u2122 private notes",
"version": "0.1.16",
"description": "Linkedin private notes",
"permissions": [
"https:\/\/www.linkedin.com\/*",
"storage",
"unlimitedStorage",
"declarativeContent"
],
"content_scripts": [
{
"js": [
"messages\/messages.js",
"content\/content.js"
],
"css": [
"content\/content.css"
],
"matches": [
"https:\/\/www.linkedin.com\/*"
],
"all_frames": true,
"run_at": "document_end"
}
],
"options_ui": {
"page": "options\/options.html",
"open_in_tab": true
},
"background": {
"page": "background\/background.html"
},
"page_action": {
"default_popup": "popup\/popup.html",
"default_title": "HR-helper - Click to open",
"default_icon": {
"16": "images\/logo16.png",
"32": "images\/logo32.png",
"48": "images\/logo48.png",
"128": "images\/logo128.png"
}
},
"icons": {
"16": "images\/logo16.png",
"32": "images\/logo32.png",
"48": "images\/logo48.png",
"128": "images\/logo128.png"
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"manifest_version": 2
} | |