Bullet Mail

Get AI to turn your bullet points into emails

Bullet Mail là gì?

Bullet Mail là một tiện ích mở rộng Chrome được phát triển bởi Fraser March, và tính năng chính của nó là "Get AI to turn your bullet points into emails".

Ả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 Bullet Mail

Tải xuống các tệp mở rộng Bullet Mail 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

                        Bullet Mail gets AI to write your emails, so you don't have to. Simply write a few bullet points about what you want to say, and the AI will turn these into fully formatted emails, ready to send. 

Not only does this save you time and effort, but it also ensures that your emails are well-organised and clearly written. With Bullet Mail, you can quickly and easily create polished emails that make a great impression on your recipients.

Whether you're a busy professional or a student with a heavy workload, Bullet mail is the perfect app for anyone looking to streamline their email writing process.                    

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

Tên Bullet Mail Bullet Mail
ID fhddfklabighjojiihjblmodgmjlackb
URL Chính Thức https://chromewebstore.google.com/detail/bullet-mail/fhddfklabighjojiihjblmodgmjlackb
Mô tả Get AI to turn your bullet points into emails
Kích Thước Tệp 57.98 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2023-01-19
Ngày Phát Hành 2022-12-20
Nhà Phát Triển Fraser March
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.bullet-mail.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bullet Mail",
    "description": "Get AI to turn your bullet points into emails",
    "version": "0.2.0",
    "manifest_version": 3,
    "action": {
        "default_title": "Bullet Mail"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3SdLKWC0BwCcir2rWEHk7Qf7C+OSs3m8VyERispJLIQMrry3ZpBmVzdrAFGJKrl0OQlF4zRjOuixFSAnRFs\/mdJHeBPRqSYlbelA2\/B0aochfA1W43iPcdl26DwaDCajT914uE+8WclEjw1aU9j1rnqvT4wYDQ\/H+Eg2dhTjx2L8qiONSgxFCMjaVLYybZWjniTATlRdU5oacK7MXMrDZ\/s2VIZrN1hmVfnLZK88j6aS06J8MOMrjbBCHoldtlbJZyUg0coXwNtkty6UFnvTrlamcuyrROOu4id4Dx6Xg1Dw0SP6CBDlrzh0KCq6ooRgXwF8uYHHWJXyCRWcw7iZAwIDAQAB",
    "oauth2": {
        "client_id": "715827387374-o9ven3915iv977m1rku7mt200n83qsvu.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/extension-gatewat-94uh571q.nw.gateway.dev\/*",
        "https:\/\/*.bullet-mail.com\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "jquery.js",
                "content-script.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}