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 là gì?

Concisely: Read Any Email in a Sentence là một tiện ích mở rộng Chrome được phát triển bởi https://tryconcisely.com, và tính năng chính của nó là "Concisely generates one sentence summaries of your emails, saving time for busy professionals.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Concisely: Read Any Email in a Sentence

Tải xuống các tệp mở rộng Concisely: Read Any Email in a Sentence dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Concisely: Read Any Email in a Sentence Concisely: Read Any Email in a Sentence
ID kmjpimnkepldekdikeihglaiiggddhgl
URL Chính Thức https://chromewebstore.google.com/detail/concisely-read-any-email/kmjpimnkepldekdikeihglaiiggddhgl
Mô tả Concisely generates one sentence summaries of your emails, saving time for busy professionals.
Kích Thước Tệp 2.88 MB
Số Lần Cài Đặt 451
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2024-02-04
Ngày Phát Hành 2023-03-05
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://tryconcisely.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.tryconcisely.com
URL Trang Chính Sách Bảo Mật https://www.tryconcisely.com?privacy=true
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}