Redbooth for Gmail

Supercharge your inbox with collaboration. Convert emails into tasks.

Qu'est-ce que Redbooth for Gmail ?

Redbooth for Gmail est une extension Chrome développée par https://redbooth.com, et sa fonction principale est "Supercharge your inbox with collaboration. Convert emails into tasks.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Redbooth for Gmail

Téléchargez les fichiers d'extension Redbooth for Gmail 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

                        Supercharge your inbox with Redbooth for Gmail:
- Convert emails into tasks
- Create tasks instantly, directly from your inbox

Key Redbooth Features:
- Create, assign and update tasks anytime, anywhere
- Quickly access important projects, tasks and files
- Share files through our integrations with Google Drive, Dropbox, and Box
- Chat instantly with your team, on the go 
- HD video conferencing and screen sharing with up to 100 users
- Available on iPhone, Android, iPad and web

Work smarter with Redbooth! To start a free trial, visit www.redbooth.com.                    

Informations de Base sur l'Extension

Nom Redbooth for Gmail Redbooth for Gmail
ID fcdakleeieippgnbiapagkmjbcefennm
URL Officiel https://chromewebstore.google.com/detail/redbooth-for-gmail/fcdakleeieippgnbiapagkmjbcefennm
Description Supercharge your inbox with collaboration. Convert emails into tasks.
Taille du Fichier 207 KB
Nombre d'Installations 4,273
Version Actuelle 0.11.0
Dernière Mise à Jour 2023-05-11
Date de Publication 2020-04-28
Évaluation 3.73/5 Total 52 Évaluations
Développeur https://redbooth.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://redbooth.com
URL de la Page d'Aide https://support.redbooth.com/hc/en-us/articles/115000253571-Gmail-Plugin
URL de la Page de Politique de Confidentialité https://redbooth.com/security
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Redbooth for Gmail",
    "version": "0.11.0",
    "homepage_url": "http:\/\/www.redbooth.com",
    "description": "Supercharge your inbox with collaboration. Convert emails into tasks.",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "permissions": [
        "background"
    ],
    "host_permissions": [
        "http:\/\/localhost:8000\/",
        "http:\/\/redbooth.com\/",
        "https:\/\/redbooth.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "lib\/jquery-2.1.4.min.js",
                "lib\/underscore-min.js",
                "lib\/underscore_mixins.js",
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/task-popup.png",
                "img\/sprite.png",
                "img\/redbooth-logo.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}