Huntflow Magic Button
Applicant Tracking System
Qu'est-ce que Huntflow Magic Button ?
Huntflow Magic Button est une extension Chrome développée par https://huntflow.ru, et sa fonction principale est "Applicant Tracking System".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Huntflow Magic Button
Téléchargez les fichiers d'extension Huntflow Magic Button 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
Magic Button allows recruiters to save candidates found on LinkedIn, Facebook, GitHub and other professional platforms and social media with just one click
Informations de Base sur l'Extension
Nom | Huntflow Magic Button |
ID | lhehchebjnjcaeklbpoanpogkggnhadk |
URL Officiel | https://chromewebstore.google.com/detail/huntflow-magic-button/lhehchebjnjcaeklbpoanpogkggnhadk |
Description | Applicant Tracking System |
Taille du Fichier | 745 KB |
Nombre d'Installations | 20,000 |
Version Actuelle | 4.54.22 |
Dernière Mise à Jour | 2024-02-28 |
Date de Publication | 2020-06-08 |
Évaluation | 4.86/5 Total 14 Évaluations |
Développeur | https://huntflow.ru |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://huntflow.ai |
URL de la Page de Politique de Confidentialité | https://huntflow.ru/docs/privacy-policy |
Langues Prises en Charge | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "homepage_url": "https:\/\/huntflow.ru", "short_name": "huntflow", "description": "__MSG_extensionDescription__", "version": "4.54.22", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "default_locale": "ru", "permissions": [ "activeTab", "storage", "https:\/\/huntflow.ru\/*", "https:\/\/*.huntflow.dev\/*", "https:\/\/*.huntflow.ru\/*", "https:\/\/*.huntflow.ai\/*", "https:\/\/*.huntflow.kz\/*", "https:\/\/*.huntflow.uz\/*" ], "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "host_permissions": [], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "web_accessible_resources": [ "css\/*", "img\/*", "fonts\/*", "js\/hh.js", "js\/facebook.js" ], "browser_action": { "default_icon": "icons\/128.png", "default_title": "__MSG_actionTitle__", "default_popup": "popup\/popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+S", "mac": "Alt+S" }, "description": "__MSG_actionTitle__" } }, "content_security_policy": "script-src 'self' ; object-src 'self'" } |