RoundUp.ai

The Best Hiring Decisions are a Team Effort

RoundUp.aiとは何ですか?

RoundUp.aiはhttps://www.roundup.aiによって開発されたChromeの拡張機能で、その主な機能は「The Best Hiring Decisions are a Team Effort」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

RoundUp.ai拡張機能のCRXファイルをダウンロード

RoundUp.ai拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        To help simplify the decision-making process following rounds of interviews, we introduce RoundUp, a new video interview collaboration tool for every team.

With a simple install to your Google Meet, RoundUp invites you to host hiring interviews, let team members post and share interview evaluations inside the extension, then round up everyone's comments in a single dashboard - all to help you reach the best hiring decision, efficiently, collectively.

[How it works]
1. Click on 'Add to Chrome' above and install to your Google Meet. 
2. Open up RoundUp inside Google Meet during the interview and leave notes. Hit submit.
3. Review everyone's comments in the Dashboard site. 

Questions? Feedback? Visit https://www.roundup.ai or reach out to us on [email protected].                    

拡張機能の基本情報

名前 RoundUp.ai RoundUp.ai
ID ipjpgfnglegpkpkeoddojccalkgmkpbb
公式URL https://chromewebstore.google.com/detail/roundupai/ipjpgfnglegpkpkeoddojccalkgmkpbb
説明 The Best Hiring Decisions are a Team Effort
ファイルサイズ 1.09 MB
インストール数 76
現在のバージョン 0.2.3
最終更新日 2021-07-29
公開日 2021-06-02
評価 5.00/5 合計 4 レビュー
開発者 https://www.roundup.ai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.roundup.ai/
プライバシーポリシーページのURL https://www.roundup.ai/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RoundUp.ai",
    "version": "0.2.3",
    "description": "The Best Hiring Decisions are a Team Effort",
    "author": "[email protected]",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "static\/*",
        "fonts\/*"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    }
}