SkipMail

A tool to help you respond and write emails with AI in seconds, just with a few taps.

SkipMail là gì?

SkipMail là một tiện ích mở rộng Chrome được phát triển bởi https://skipmail.co, và tính năng chính của nó là "A tool to help you respond and write emails with AI in seconds, just with a few taps.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SkipMail

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

                        SkipMail lets you reply to emails faster than ever using AI generated responses which you can customize with a short prompt. 

Sign in on skipmail.co and get the power of ChatGPT right into the gmail app.                    

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

Tên SkipMail SkipMail
ID gifkjgbebogmcifhiohgegdahnjdekfc
URL Chính Thức https://chromewebstore.google.com/detail/skipmail/gifkjgbebogmcifhiohgegdahnjdekfc
Mô tả A tool to help you respond and write emails with AI in seconds, just with a few taps.
Kích Thước Tệp 1.2 MB
Số Lần Cài Đặt 175
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2023-06-26
Ngày Phát Hành 2023-05-16
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://skipmail.co
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.skipmail.co/
URL Trang Trợ Giúp https://www.skipmail.co/help
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SkipMail",
    "description": "A tool to help you respond and write emails with AI in seconds, just with a few taps.",
    "version": "0.1.5",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo-48.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.skipmail.co\/*",
            "https:\/\/app.posthog.com\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-193f410a.a85f03b6.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "assets\/index.js.ead3cafc.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "img\/*",
                "img\/icons\/*",
                "src\/assets\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "assets\/chunk-df9fbcd3.js",
                "assets\/chunk-39a43ebc.js",
                "assets\/chunk-193f410a.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage"
    ]
}