Vroboti

Human Resources Management Software

Cos'è Vroboti?

Vroboti è un'estensione di Chrome sviluppata da ggs.david, e la sua funzione principale è "Human Resources Management Software".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Vroboti

Scarica i file di estensione Vroboti 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

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

Informazioni di Base sull'Estensione

Nome Vroboti Vroboti
ID cjjmbkhojiejmhecfphfopjppihdncjo
URL Ufficiale https://chromewebstore.google.com/detail/vroboti/cjjmbkhojiejmhecfphfopjppihdncjo
Descrizione Human Resources Management Software
Dimensione del File 148 KB
Conteggio Installazioni 92
Versione Corrente 1.0.46
Ultimo Aggiornamento 2024-03-05
Data di Pubblicazione 2023-08-06
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore ggs.david
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://www.xn--80acbo8bjr.com/policy/extension/en_EN.html
Lingue Supportate 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\/*"
            ]
        }
    ]
}