PersiaHR Extension
Import CVs from job search sites into PersiaHR ATS
Wat is PersiaHR Extension?
PersiaHR Extension is een Chrome-extensie ontwikkeld door https://www.persiahr.com, en de belangrijkste functie is "Import CVs from job search sites into PersiaHR ATS".
Extensie Screenshots
Download het CRX-bestand van de extensie PersiaHR Extension
Download PersiaHR Extension-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
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
Basisinformatie over de Extensie
Naam | PersiaHR Extension |
ID | klfcbkagebjjiafdcbjopncmhlhaopkn |
Officiële URL | https://chromewebstore.google.com/detail/persiahr-extension/klfcbkagebjjiafdcbjopncmhlhaopkn |
Beschrijving | Import CVs from job search sites into PersiaHR ATS |
Bestandsgrootte | 168 KB |
Aantal Installaties | 582 |
Huidige Versie | 2.2.0 |
Laatst Bijgewerkt | 2023-11-22 |
Publicatiedatum | 2018-02-05 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://www.persiahr.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.persiahr.com/feature/single-database |
Help Pagina-URL | https://www.persiahr.com/feature/single-database |
URL van de Privacybeleid Pagina | https://www.persiahr.com/agreement |
Ondersteunde Talen | 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\/*", " |