Vroboti
Human Resources Management Software
Vad är Vroboti?
Vroboti är en Chrome-tillägg utvecklad av ggs.david, och dess huvudfunktion är "Human Resources Management Software".
Tilläggsskärmbilder
Ladda ner Vroboti-förlängningens CRX-fil
Ladda ner Vroboti-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Helps a recruiter quickly save a resume from a website to a personal account (ATS/HRM software) Grundläggande Information om Tillägg
| Namn | |
| ID | cjjmbkhojiejmhecfphfopjppihdncjo |
| Officiell webbadress | https://chromewebstore.google.com/detail/vroboti/cjjmbkhojiejmhecfphfopjppihdncjo |
| Beskrivning | Human Resources Management Software |
| Filstorlek | 148 KB |
| Antal Installationer | 92 |
| Aktuell Version | 1.0.46 |
| Senast Uppdaterad | 2024-03-05 |
| Publiceringsdatum | 2023-08-06 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | ggs.david |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | http://www.xn--80acbo8bjr.com/policy/extension/en_EN.html |
| Stödda Språk | 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\/*"
]
}
]
} | |