Vroboti

Human Resources Management Software

Vroboti là gì?

Vroboti là một tiện ích mở rộng Chrome được phát triển bởi ggs.david, và tính năng chính của nó là "Human Resources Management Software".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vroboti

Tải xuống các tệp mở rộng Vroboti dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vroboti Vroboti
ID cjjmbkhojiejmhecfphfopjppihdncjo
URL Chính Thức https://chromewebstore.google.com/detail/vroboti/cjjmbkhojiejmhecfphfopjppihdncjo
Mô tả Human Resources Management Software
Kích Thước Tệp 148 KB
Số Lần Cài Đặt 92
Phiên Bản Hiện Tại 1.0.46
Cập Nhật Lần Cuối 2024-03-05
Ngày Phát Hành 2023-08-06
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển ggs.david
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.xn--80acbo8bjr.com/policy/extension/en_EN.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}