HR helper
Linkedin private notes
HR helper란 무엇입니까?
HR helper은(는) RomanistHere에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Linkedin private notes"입니다.
확장 프로그램 스크린샷
HR helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |