RecruitEx
Chrome extension for recruiters
Vad är RecruitEx?
RecruitEx är en Chrome-tillägg utvecklad av Artem Bosniak, och dess huvudfunktion är "Chrome extension for recruiters".
Tilläggsskärmbilder
Ladda ner RecruitEx-förlängningens CRX-fil
Ladda ner RecruitEx-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | RecruitEx |
ID | bpepnldejpbbhooofgclkhghkgkjflpi |
Officiell webbadress | https://chromewebstore.google.com/detail/recruitex/bpepnldejpbbhooofgclkhghkgkjflpi |
Beskrivning | Chrome extension for recruiters |
Filstorlek | 1.8 MB |
Antal Installationer | 50 |
Aktuell Version | 0.3.2 |
Senast Uppdaterad | 2022-07-27 |
Publiceringsdatum | 2022-02-16 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Artem Bosniak |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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": [ " |