RoundUp.ai
The Best Hiring Decisions are a Team Effort
RoundUp.aiคืออะไร?
RoundUp.ai เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.roundup.ai และคุณลักษณะหลักของมันคือ "The Best Hiring Decisions are a Team Effort"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RoundUp.ai
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } } |