RecruitEx
Chrome extension for recruiters
Co to jest RecruitEx?
RecruitEx to rozszerzenie Chrome opracowane przez Artem Bosniak, a jego główną funkcją jest „Chrome extension for recruiters”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RecruitEx
Pobierz pliki rozszerzeń RecruitEx 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | RecruitEx |
ID | bpepnldejpbbhooofgclkhghkgkjflpi |
Oficjalny URL | https://chromewebstore.google.com/detail/recruitex/bpepnldejpbbhooofgclkhghkgkjflpi |
Opis | Chrome extension for recruiters |
Rozmiar pliku | 1.8 MB |
Liczba instalacji | 50 |
Aktualna Wersja | 0.3.2 |
Ostatnia Aktualizacja | 2022-07-27 |
Data Publikacji | 2022-02-16 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Artem Bosniak |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [ " |