My Digital Office

Share tabs and collaborate with your remote team.

O que é My Digital Office?

My Digital Office é uma extensão do Chrome desenvolvida por https://mydigitaloffice.io, e sua principal característica é "Share tabs and collaborate with your remote team.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão My Digital Office

Baixe arquivos de extensão My Digital Office no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome My Digital Office My Digital Office
ID bnakmimbeifgigpgkbhbnmcilhcdhmhi
URL Oficial https://chromewebstore.google.com/detail/my-digital-office/bnakmimbeifgigpgkbhbnmcilhcdhmhi
Descrição Share tabs and collaborate with your remote team.
Tamanho do Arquivo 49.44 KB
Contagem de Instalações 119
Versão Atual 1.4
Última Atualização 2020-01-23
Data de Publicação 2020-01-22
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor https://mydigitaloffice.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.mydigitaloffice.io/
URL da Página de Política de Privacidade https://www.readnihon.com/privacy
Idiomas Suportados 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'"
}