PersiaHR Extension
Import CVs from job search sites into PersiaHR ATS
Cos'è PersiaHR Extension?
PersiaHR Extension è un'estensione di Chrome sviluppata da https://www.persiahr.com, e la sua funzione principale è "Import CVs from job search sites into PersiaHR ATS".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PersiaHR Extension
Scarica i file di estensione PersiaHR Extension 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
The extension helps you to import resumes from popular job search sites (LinkedIn.com, Work.ua, Robota.ua, Talent.UA, GRC.ua, superjob.ua, rabota.kharkov.ua and others) in PersiaHR ATS — a simple and convenient system for automation of work of recruiters. https://www.PersiaHR.com
Informazioni di Base sull'Estensione
Nome | PersiaHR Extension |
ID | klfcbkagebjjiafdcbjopncmhlhaopkn |
URL Ufficiale | https://chromewebstore.google.com/detail/persiahr-extension/klfcbkagebjjiafdcbjopncmhlhaopkn |
Descrizione | Import CVs from job search sites into PersiaHR ATS |
Dimensione del File | 168 KB |
Conteggio Installazioni | 582 |
Versione Corrente | 2.2.0 |
Ultimo Aggiornamento | 2023-11-22 |
Data di Pubblicazione | 2018-02-05 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://www.persiahr.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.persiahr.com/feature/single-database |
URL della Pagina di Aiuto | https://www.persiahr.com/feature/single-database |
URL della Pagina della Politica sulla Privacy | https://www.persiahr.com/agreement |
Lingue Supportate | en,ru,uk |
manifest.json | |
{ "name": "__MSG_info_name__", "short_name": "PersiaHR", "version": "2.2.0", "manifest_version": 3, "default_locale": "uk", "description": "__MSG_info_description__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "homepage_url": "https:\/\/www.persiahr.com\/feature\/single-database", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "background": { "service_worker": "serviceWorker.js" }, "action": { "default_icon": "icons\/button_gray.png", "default_title": "PersiaHR.com" }, "content_scripts": [ { "js": [ "jquery-3.2.1.min.js", "select2\/select2.js", "select2\/i18n\/ru.js", "select2\/i18n\/uk.js", "contentPersia.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/persiahr.com\/*" ], "run_at": "document_end", "all_frames": true } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/www.persiahr.com\/*", "*:\/\/persiahr.com\/*", " |