SkipMail

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

什麼是SkipMail?

SkipMail是由https://skipmail.co開發的Chrome擴展程式,該擴展的主要功能是“A tool to help you respond and write emails with AI in seconds, just with a few taps.”。

擴展截圖

screenshot
screenshot

下載SkipMail擴展crx文件

下載SkipMail擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 SkipMail SkipMail
ID gifkjgbebogmcifhiohgegdahnjdekfc
官方網址 https://chromewebstore.google.com/detail/skipmail/gifkjgbebogmcifhiohgegdahnjdekfc
簡介 A tool to help you respond and write emails with AI in seconds, just with a few taps.
檔案大小 1.2 MB
安裝次數 175
目前版本 0.1.5
更新時間 2023-06-26
上架時間 2023-05-16
評分 5.00/5 共 3 次評分
開發者 https://skipmail.co
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://www.skipmail.co/
說明頁面URL https://www.skipmail.co/help
支援的語言 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"
    ]
}