HR helper
Linkedin private notes
Co to jest HR helper?
HR helper to rozszerzenie Chrome opracowane przez RomanistHere, a jego główną funkcją jest „Linkedin private notes”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HR helper
Pobierz pliki rozszerzeń HR helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)
Podstawowe informacje o rozszerzeniu
Nazwa | HR helper |
ID | legoehlgnimpdcopbolhlgcfhanhmckh |
Oficjalny URL | https://chromewebstore.google.com/detail/hr-helper/legoehlgnimpdcopbolhlgcfhanhmckh |
Opis | Linkedin private notes |
Rozmiar pliku | 29.24 KB |
Liczba instalacji | 28 |
Aktualna Wersja | 0.1.16 |
Ostatnia Aktualizacja | 2020-12-29 |
Data Publikacji | 2020-11-23 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | RomanistHere |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://romanisthere.github.io/apps/policy |
Obsługiwane Języki | 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 } |