My Digital Office

Share tabs and collaborate with your remote team.

My Digital Office란 무엇입니까?

My Digital Office은(는) https://mydigitaloffice.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share tabs and collaborate with your remote team."입니다.

확장 프로그램 스크린샷

screenshot

My Digital Office 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        My Digital Office is an online office for distributed teams. 
It is a visual way to see the status of everyone on your team in just one glance.

With this plugin you can seamlessly share open tabs with your team members in your virtual office.
Never before has it been this easy to share, and discuss working documents.
With no integrations required!

When you select "Share tab in office" your current open tab will be pinged to all other members in the same
virtual room as you.

When you select "Start TogetherJS", you will be able to share cursors on any webpage.

You can also set your status to your current working doc and an app icon will be shown next to your avatar.

Example use case:

1) During a video meeting you want to work on a Google document. With just one click you can share the link with everyone in the meeting.

2) In a meeting you need to share and discuss a document, but would like to view the cursors of other participants.

TogetherJS can be found here:
This extension allows you to add https://togetherjs.com to any site.

The open sourced plugin for TogetherJS can be found here:
https://github.com/PedroFuentes/togetherjs-chrome-extension                    

확장 프로그램 기본 정보

이름 My Digital Office My Digital Office
ID bnakmimbeifgigpgkbhbnmcilhcdhmhi
공식 URL https://chromewebstore.google.com/detail/my-digital-office/bnakmimbeifgigpgkbhbnmcilhcdhmhi
설명 Share tabs and collaborate with your remote team.
파일 크기 49.44 KB
설치 횟수 119
현재 버전 1.4
최근 업데이트 2020-01-23
출시 날짜 2020-01-22
평점 3.00/5 총 1 개의 평점
개발자 https://mydigitaloffice.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.mydigitaloffice.io/
개인정보 보호 정책 페이지 URL https://www.readnihon.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Digital Office",
    "short_name": "MDO",
    "description": "Share tabs and collaborate with your remote team.",
    "version": "1.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies",
        "storage",
        "activeTab",
        "https:\/\/mydigitaloffice.io\/*",
        "https:\/\/www.mydigitaloffice.io\/*",
        "https:\/\/togetherjs.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}