Concisely: Read Any Email in a Sentence

Concisely generates one sentence summaries of your emails, saving time for busy professionals.

Qu'est-ce que Concisely: Read Any Email in a Sentence ?

Concisely: Read Any Email in a Sentence est une extension Chrome développée par https://tryconcisely.com, et sa fonction principale est "Concisely generates one sentence summaries of your emails, saving time for busy professionals.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Concisely: Read Any Email in a Sentence

Téléchargez les fichiers d'extension Concisely: Read Any Email in a Sentence 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

                        Say goodbye to long and tedious email threads and hello to a concise summary of an entire conversation in just one sentence! Our extension uses AI technology to analyze your gmail threads and provide you with a clear and concise summary that saves you time and helps you stay organized. Concisely is the perfect solution for busy professionals who want to stay on top of their inbox. Try Concisely today and streamline your inbox!                    

Informations de Base sur l'Extension

Nom Concisely: Read Any Email in a Sentence Concisely: Read Any Email in a Sentence
ID kmjpimnkepldekdikeihglaiiggddhgl
URL Officiel https://chromewebstore.google.com/detail/concisely-read-any-email/kmjpimnkepldekdikeihglaiiggddhgl
Description Concisely generates one sentence summaries of your emails, saving time for busy professionals.
Taille du Fichier 2.88 MB
Nombre d'Installations 451
Version Actuelle 1.3
Dernière Mise à Jour 2024-02-04
Date de Publication 2023-03-05
Évaluation 4.43/5 Total 7 Évaluations
Développeur https://tryconcisely.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.tryconcisely.com
URL de la Page de Politique de Confidentialité https://www.tryconcisely.com?privacy=true
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Concisely: Read Any Email in a Sentence",
    "description": "Concisely generates one sentence summaries of your emails, saving time for busy professionals.",
    "version": "1.3",
    "icons": {
        "128": "concisely-128.png"
    },
    "action": {
        "default_icon": "concisely-128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/extensionInjector.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/gmailJsLoader.js",
                "js\/conciselyLoader.js",
                "js\/gmailJsLoader.js.map",
                "open-email.jpeg",
                "concisely-bot.png",
                "concisely-logo.png",
                "styles\/extension.css",
                "styles\/bootstrap.css",
                "styles\/concisely.css",
                "static\/css\/bootstrap.min.css"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/mail.google.com\/*"
    ],
    "permissions": [
        "identity",
        "storage"
    ],
    "oauth2": {
        "client_id": "420617619795-7101h3n7mni6vtcgdhbk8otn5ej3l56h.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly"
        ]
    }
}