Tandem - Meet and Collaborate

Schedule meetings, get on the same page, and collaborate with your team on Tandem.chat.

Tandem - Meet and Collaborateคืออะไร?

Tandem - Meet and Collaborate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://tandem.chat และคุณลักษณะหลักของมันคือ "Schedule meetings, get on the same page, and collaborate with your team on Tandem.chat."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tandem - Meet and Collaborate

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

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

                        Thank you for using the Tandem Chrome Extension! This extension powers up your team collaboration experience. Note that an account on Tandem is required to use this extension.

Meet in Tandem

On Google Calendar, when creating new events and editing existing events, you can now create Tandem meeting links to meet with your team or anyone outside your company. These meeting links only allow access to the meeting, not your entire Tandem team.

Get on the same page

You can also send the current tab you are viewing to your teammates with a click. Just click the Tandem button in the Extensions area next to your browser's URL bar to get started.

Collaborate fluidly

You'll be able to see your teammates cursors (helpful to indicate things while talking) if you join them from a call and both of you have the Chrome Extension. You can turn on cursor sharing any time from the popup menu.

Finally, on Linux, this extension adds the URL of the page you are viewing to the tab title so that Tandem can share work app statuses.                    

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

ชื่อ Tandem - Meet and Collaborate Tandem - Meet and Collaborate
ID ghodibcinehbgcjlmpnjnfonpflflihk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tandem-meet-and-collabora/ghodibcinehbgcjlmpnjnfonpflflihk
คำอธิบาย Schedule meetings, get on the same page, and collaborate with your team on Tandem.chat.
ขนาดไฟล์ 239 KB
จำนวนการติดตั้ง 1,920
เวอร์ชันปัจจุบัน 1.2.3
อัปเดตครั้งล่าสุด 2022-03-07
วันที่เผยแพร่ 2021-03-27
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://tandem.chat
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tandem.chat
URL หน้าช่วยเหลือ https://help.tandem.chat/en/articles/4064664-chrome-browser-extension
URL หน้านโยบายความเป็นส่วนตัว https://tandem.chat/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tandem - Meet and Collaborate",
    "description": "Schedule meetings, get on the same page, and collaborate with your team on Tandem.chat.",
    "version": "1.2.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon38.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.tandem.chat\/*",
            "*:\/\/localhost\/*"
        ]
    }
}