My Digital Office

Share tabs and collaborate with your remote team.

Qu'est-ce que My Digital Office ?

My Digital Office est une extension Chrome développée par https://mydigitaloffice.io, et sa fonction principale est "Share tabs and collaborate with your remote team.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension My Digital Office

Téléchargez les fichiers d'extension My Digital Office au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom My Digital Office My Digital Office
ID bnakmimbeifgigpgkbhbnmcilhcdhmhi
URL Officiel https://chromewebstore.google.com/detail/my-digital-office/bnakmimbeifgigpgkbhbnmcilhcdhmhi
Description Share tabs and collaborate with your remote team.
Taille du Fichier 49.44 KB
Nombre d'Installations 119
Version Actuelle 1.4
Dernière Mise à Jour 2020-01-23
Date de Publication 2020-01-22
Évaluation 3.00/5 Total 1 Évaluations
Développeur https://mydigitaloffice.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.mydigitaloffice.io/
URL de la Page de Politique de Confidentialité https://www.readnihon.com/privacy
Langues Prises en Charge 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'"
}