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)
扩展基本信息
名称 | HR helper |
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 |
电子邮箱 | [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 } |