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
官方網址 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
電子郵箱 [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"
        ]
    }
}