RoundUp.ai

The Best Hiring Decisions are a Team Effort

RoundUp.ai क्या है?

RoundUp.ai https://www.roundup.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Best Hiring Decisions are a Team Effort"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RoundUp.ai एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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
    }
}