Tulr Utilities
Store your google meet transcripts and record screens with Tulr
Tulr Utilitiesคืออะไร?
Tulr Utilities เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tulrdev และคุณลักษณะหลักของมันคือ "Store your google meet transcripts and record screens with Tulr"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tulr Utilities
ดาวน์โหลดไฟล์ส่วนขยาย Tulr Utilities ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tulr Meet helps you store google meet transcripts. Just install the extension, login and all your meeting transcripts can be accessed within Tulr. Go ahead and give it a try! Release notes --------------------------------------------------------------------------------------------------- v1.1 patch: Optimized for the new google meet UI v1.2 patch: Minor bug fixes v1.3 patch: Added on-screen authentication popup. v1.3.1 patch: Add controls to stop the Tulr clips recorder. v2.0 patch: Add support to start recording from extension. Add pen tool to draw while recording. v2.1 patch: FIX: minor issue. v2.2 patch: Add loader for uploading video v.2.3 patch: Fix minor issues. v.2.4 patch: Fix minor issues. v.2.5 patch: add support to record a clip from Tulr table v.2.6 patch: fix minor issues. v.2.7 patch: - Fix Camera not working. - Fix Tab recording not working v.2.8 patch: - Fix transcriptor to adapt new google meet UI changes
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tulr Utilities |
ID | bkjncpfehhhjemaefodehapjhemhakon |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tulr-utilities/bkjncpfehhhjemaefodehapjhemhakon |
คำอธิบาย | Store your google meet transcripts and record screens with Tulr |
ขนาดไฟล์ | 6.14 MB |
จำนวนการติดตั้ง | 21 |
เวอร์ชันปัจจุบัน | 2.8 |
อัปเดตครั้งล่าสุด | 2022-02-06 |
วันที่เผยแพร่ | 2021-05-22 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | tulrdev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://tulr.io/ |
URL หน้าช่วยเหลือ | https://tulr.io/ |
URL หน้านโยบายความเป็นส่วนตัว | https://tulr.io/extension-privacy-policies |
ภาษาที่รองรับ | id,de,en,fr,tr,ca,es,it,pl,pt-BR,pt-PT,ru,hi,ta,zh-CN,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tulr Utilities", "description": "Store your google meet transcripts and record screens with Tulr", "version": "2.8", "author": "tulr-dev", "default_locale": "en", "icons": { "64": "assets\/icons\/tulr-64.png", "32": "assets\/icons\/tulr-32.png", "16": "assets\/icons\/tulr-16.png" }, "browser_action": { "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "js\/inject.js" ], "run_at": "document_idle", "all_frames": false }, { "matches": [ "https:\/\/app.tulr.io\/new-recording", "http:\/\/localhost:3000\/new-recording" ], "js": [ "js\/libraries\/jquery-3.5.1.min.js", "js\/libraries\/jquery.nice-select.min.js", "js\/clips.js" ], "run_at": "document_idle", "all_frames": false }, { "matches": [ " |