Timmerse

Timmerse Extension

Timmerseคืออะไร?

Timmerse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.timmerse.com และคุณลักษณะหลักของมันคือ "Timmerse Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Timmerse

ดาวน์โหลดไฟล์ส่วนขยาย Timmerse ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Timmerse
A handy video chat tool for online collaboration and writing
With Timmerse Chrome Extension, you can start an audio/video call and share your screen directly on a webpage you are browsing.
With a Timmerse account, you can create a room and:

- Chat with your friends while watching a film together
- Communicate with your colleagues while working together on a document
- Talk to designers about your ideas
- Work together with engineers on coding and OPS

Features
- Make a group audio/video call
- Share an application, screen, or browser tab
- Browse the same webpage remotely
- Drag and resize the chat window as you like
- Set beauty filters and virtual backgrounds

We attach great importance to privacy protection and data security and perform end-to-end encryption on audio/video streams.


Timmerse
是一款便利贴式的视频聊天工具,可以让您在线上实时沟通和写作。
借助Timmerse Chrome Extension,您可以在正在浏览的网页上立即发起音视频通话、屏幕分享并且通过消息进行实时沟通。
创建Timmerse账号,并加入同一个房间后您可以:

- 与朋友在线上边看电影边聊天
- 与同事在线上边聊天边写文档
- 与设计师在线上边聊天边完成创意
- 与工程师在线上协同完成代码及运维工作

功能列表
- 多人语音及视频通话
- 应用、屏幕、标签页屏幕共享
- 远程同屏浏览Web页面
- 可以随意拖拽、缩放视频窗口
- 支持设置美颜及虚拟背景

我们非常关注您的隐私和安全,对音视频流进行了端到端加密                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Timmerse Timmerse
ID nbnjphnmgainbmaabkpchpindpeikhmj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/timmerse/nbnjphnmgainbmaabkpchpindpeikhmj
คำอธิบาย Timmerse Extension
ขนาดไฟล์ 6.91 MB
จำนวนการติดตั้ง 305
เวอร์ชันปัจจุบัน 2.1.5
อัปเดตครั้งล่าสุด 2022-09-14
วันที่เผยแพร่ 2021-10-27
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://www.timmerse.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.timmerse.com/
URL หน้านโยบายความเป็นส่วนตัว https://comm.qq.com/timmerse/Tencent-RTC-Privacy-Protection-Guidelines.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timmerse",
    "version": "2.1.5",
    "description": "Timmerse Extension",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Timmerse",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "static\/css\/content.css",
        "images\/*"
    ]
}