Teamflow Virtual Office

Feel like a team again with your own virtual office.

Qu'est-ce que Teamflow Virtual Office ?

Teamflow Virtual Office est une extension Chrome développée par https://teamflowhq.com, et sa fonction principale est "Feel like a team again with your own virtual office.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Teamflow Virtual Office

Téléchargez les fichiers d'extension Teamflow Virtual 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

                        The extension shows information about your Teamflow Virtual Office and makes it easy to add Teamflow meeting links to Google Calendar events                    

Informations de Base sur l'Extension

Nom Teamflow Virtual Office Teamflow Virtual Office
ID akbfbofhedhefhmcmgkmianllcpplblj
URL Officiel https://chromewebstore.google.com/detail/teamflow-virtual-office/akbfbofhedhefhmcmgkmianllcpplblj
Description Feel like a team again with your own virtual office.
Taille du Fichier 307 KB
Nombre d'Installations 587
Version Actuelle 2.2
Dernière Mise à Jour 2022-02-05
Date de Publication 2022-02-05
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://teamflowhq.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.teamflowhq.com/
URL de la Page d'Aide https://teamflow.helpscoutdocs.com/article/6-contact-support
URL de la Page de Politique de Confidentialité https://www.teamflowhq.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAko4FRlyj2avSVTXlg2qiR1A\/AmGW6qEvtdkOZ0\/0uDaiBZgfxeO\/K6Bgd07qEHzhAX1srQJOxkxO8QUOqBVIF49HFdhFqTyY3uwTOBDoJoZyMIlpebNMVIrtiF1r5FQHPhBNDXystXUODDmt6c6U7WoysLmfp\/KZw8jYO8k22bPNdzMfHp0wLAJHRCIryBsrgnt2hvsOBpgOzMxJ7sQgswMTlEdnfv0AOprdvkAbWhgxAHMNK9yrd9BmD3xpYRxD+bsmcSRvyXkCnYICDfaHDlPB+FoGJKNsBh57FXMh9Yyc50G1XdUQZq87iGSKWdqFWKVjAButs5Bw2aAT1nwaawIDAQAB",
    "oauth2": {
        "client_id": "702546218979-rgbnmmo28qs8u3vc2o8c63f2trqj51au.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.events"
        ]
    },
    "manifest_version": 2,
    "name": "Teamflow Virtual Office",
    "version": "2.2",
    "description": "Feel like a team again with your own virtual office.",
    "icons": {
        "32": "32x32.png",
        "48": "48x48.png",
        "96": "96x96.png",
        "128": "128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "identity",
        "tabs",
        "activeTab",
        "storage",
        "idle",
        "desktopCapture",
        "http:\/\/localhost:3000\/*",
        "https:\/\/calendar.google.com\/*",
        "https:\/\/staging.teamflowhq.com\/*",
        "https:\/\/app.teamflowhq.com\/*",
        "https:\/\/api.segment.io\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.teamflowhq.com\/*",
            "http:\/\/localhost:3000\/*"
        ]
    }
}