Vroboti

Human Resources Management Software

What is Vroboti?

Vroboti is a Chrome extension developed by ggs.david, and its main feature is "Human Resources Management Software".

Extension Screenshots

screenshot

Download Vroboti Extension CRX File

Download Vroboti extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Helps a recruiter quickly save a resume from a website to a personal account (ATS/HRM software)                    

Extension Basic Information

Name Vroboti Vroboti
ID cjjmbkhojiejmhecfphfopjppihdncjo
Official URL https://chromewebstore.google.com/detail/vroboti/cjjmbkhojiejmhecfphfopjppihdncjo
Description Human Resources Management Software
File Size 148 KB
Installation Count 92
Current Version 1.0.46
Last Updated 2024-03-05
Publish Date 2023-08-06
Rating 5.00/5 Total 2 Ratings
Developer ggs.david
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.xn--80acbo8bjr.com/policy/extension/en_EN.html
Supported Languages 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\/*"
            ]
        }
    ]
}