Huntflow Magic Button
Applicant Tracking System
Cos'è Huntflow Magic Button?
Huntflow Magic Button è un'estensione di Chrome sviluppata da https://huntflow.ru, e la sua funzione principale è "Applicant Tracking System".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Huntflow Magic Button
Scarica i file di estensione Huntflow Magic Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Magic Button allows recruiters to save candidates found on LinkedIn, Facebook, GitHub and other professional platforms and social media with just one click
Informazioni di Base sull'Estensione
Nome | Huntflow Magic Button |
ID | lhehchebjnjcaeklbpoanpogkggnhadk |
URL Ufficiale | https://chromewebstore.google.com/detail/huntflow-magic-button/lhehchebjnjcaeklbpoanpogkggnhadk |
Descrizione | Applicant Tracking System |
Dimensione del File | 745 KB |
Conteggio Installazioni | 20,000 |
Versione Corrente | 4.54.22 |
Ultimo Aggiornamento | 2024-02-28 |
Data di Pubblicazione | 2020-06-08 |
Valutazione | 4.86/5 Totale 14 Valutazioni |
Sviluppatore | https://huntflow.ru |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://huntflow.ai |
URL della Pagina della Politica sulla Privacy | https://huntflow.ru/docs/privacy-policy |
Lingue Supportate | 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'" } |