Concisely: Read Any Email in a Sentence

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

Concisely: Read Any Email in a Sentenceとは何ですか?

Concisely: Read Any Email in a Sentenceはhttps://tryconcisely.comによって開発されたChromeの拡張機能で、その主な機能は「Concisely generates one sentence summaries of your emails, saving time for busy professionals.」です。

拡張機能のスクリーンショット

screenshot

Concisely: Read Any Email in a Sentence拡張機能のCRXファイルをダウンロード

Concisely: Read Any Email in a Sentence拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Concisely: Read Any Email in a Sentence Concisely: Read Any Email in a Sentence
ID kmjpimnkepldekdikeihglaiiggddhgl
公式URL https://chromewebstore.google.com/detail/concisely-read-any-email/kmjpimnkepldekdikeihglaiiggddhgl
説明 Concisely generates one sentence summaries of your emails, saving time for busy professionals.
ファイルサイズ 2.88 MB
インストール数 451
現在のバージョン 1.3
最終更新日 2024-02-04
公開日 2023-03-05
評価 4.43/5 合計 7 レビュー
開発者 https://tryconcisely.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.tryconcisely.com
プライバシーポリシーページのURL https://www.tryconcisely.com?privacy=true
対応言語 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"
        ]
    }
}