RecruitEx
Chrome extension for recruiters
Qu'est-ce que RecruitEx ?
RecruitEx est une extension Chrome développée par Artem Bosniak, et sa fonction principale est "Chrome extension for recruiters".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RecruitEx
Téléchargez les fichiers d'extension RecruitEx au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | RecruitEx |
ID | bpepnldejpbbhooofgclkhghkgkjflpi |
URL Officiel | https://chromewebstore.google.com/detail/recruitex/bpepnldejpbbhooofgclkhghkgkjflpi |
Description | Chrome extension for recruiters |
Taille du Fichier | 1.8 MB |
Nombre d'Installations | 50 |
Version Actuelle | 0.3.2 |
Dernière Mise à Jour | 2022-07-27 |
Date de Publication | 2022-02-16 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Artem Bosniak |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [ " |