RecruitEx
Chrome extension for recruiters
Wat is RecruitEx?
RecruitEx is een Chrome-extensie ontwikkeld door Artem Bosniak, en de belangrijkste functie is "Chrome extension for recruiters".
Extensie Screenshots
Download het CRX-bestand van de extensie RecruitEx
Download RecruitEx-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | RecruitEx |
ID | bpepnldejpbbhooofgclkhghkgkjflpi |
Officiële URL | https://chromewebstore.google.com/detail/recruitex/bpepnldejpbbhooofgclkhghkgkjflpi |
Beschrijving | Chrome extension for recruiters |
Bestandsgrootte | 1.8 MB |
Aantal Installaties | 50 |
Huidige Versie | 0.3.2 |
Laatst Bijgewerkt | 2022-07-27 |
Publicatiedatum | 2022-02-16 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Artem Bosniak |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |