Vroboti
Human Resources Management Software
Vrobotiとは何ですか?
Vrobotiはggs.davidによって開発されたChromeの拡張機能で、その主な機能は「Human Resources Management Software」です。
拡張機能のスクリーンショット
Vroboti拡張機能のCRXファイルをダウンロード
Vroboti拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Helps a recruiter quickly save a resume from a website to a personal account (ATS/HRM software)                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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\/*"
            ]
        }
    ]
}  |  |