Vroboti
Human Resources Management Software
Was ist Vroboti?
Vroboti ist eine Chrome-Erweiterung, die von ggs.david entwickelt wurde, und ihr Hauptmerkmal ist "Human Resources Management Software".
Erweiterungsscreenshots
Vroboti-Erweiterungs-CRX-Datei herunterladen
Laden Sie Vroboti-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Helps a recruiter quickly save a resume from a website to a personal account (ATS/HRM software) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cjjmbkhojiejmhecfphfopjppihdncjo |
| Offizielle URL | https://chromewebstore.google.com/detail/vroboti/cjjmbkhojiejmhecfphfopjppihdncjo |
| Beschreibung | Human Resources Management Software |
| Dateigröße | 148 KB |
| Installationsanzahl | 92 |
| Aktuelle Version | 1.0.46 |
| Letztes Update | 2024-03-05 |
| Veröffentlichungsdatum | 2023-08-06 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | ggs.david |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | http://www.xn--80acbo8bjr.com/policy/extension/en_EN.html |
| Unterstützte Sprachen | uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Vroboti",
"version": "1.0.46",
"description": "Human Resources Management Software",
"action": {
"default_title": "Vroboti",
"default_popup": "popup\/popup.html",
"default_icon": "assets\/images\/icon.png"
},
"permissions": [
"alarms",
"tabs",
"storage"
],
"host_permissions": [
"https:\/\/api.vrabote.live\/*",
"wss:\/\/api.vrabote.live\/*",
"https:\/\/recruiting.vroboti.com\/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/work.ua\/*",
"https:\/\/robota.ua\/*",
"https:\/\/www.work.ua\/ru\/employer\/my\/applicants\/*",
"https:\/\/www.work.ua\/en\/employer\/my\/applicants\/*",
"https:\/\/www.work.ua\/employer\/my\/applicants\/*",
"https:\/\/www.work.ua\/ru\/resumes\/*\/",
"https:\/\/www.work.ua\/en\/resumes\/*\/",
"https:\/\/www.work.ua\/resumes\/*\/",
"https:\/\/www.work.ua\/ru\/resumes\/*",
"https:\/\/www.work.ua\/en\/resumes\/*",
"https:\/\/www.work.ua\/resumes\/*",
"https:\/\/www.work.ua\/ru\/resumes-*\/*",
"https:\/\/www.work.ua\/en\/resumes-*\/*",
"https:\/\/www.work.ua\/resumes-*\/*",
"https:\/\/www.linkedin.com\/*",
"https:\/\/www.linkedin.com\/in\/*"
],
"css": [
"content.css"
],
"js": [
"assets\/libs\/moment.js\/moment.min.js",
"assets\/languages\/ua.js",
"assets\/languages\/ru.js",
"helpers\/helpers.js",
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/images\/logo.png",
"templates\/*"
],
"matches": [
"https:\/\/www.work.ua\/*",
"https:\/\/robota.ua\/*"
]
}
]
} | |