Vroboti

Human Resources Management Software

Vrobotiคืออะไร?

Vroboti เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ggs.david และคุณลักษณะหลักของมันคือ "Human Resources Management Software"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vroboti

ดาวน์โหลดไฟล์ส่วนขยาย Vroboti ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Vroboti Vroboti
ID cjjmbkhojiejmhecfphfopjppihdncjo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vroboti/cjjmbkhojiejmhecfphfopjppihdncjo
คำอธิบาย Human Resources Management Software
ขนาดไฟล์ 148 KB
จำนวนการติดตั้ง 92
เวอร์ชันปัจจุบัน 1.0.46
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2023-08-06
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา ggs.david
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.xn--80acbo8bjr.com/policy/extension/en_EN.html
ภาษาที่รองรับ 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\/*"
            ]
        }
    ]
}