SkipMail

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

SkipMailคืออะไร?

SkipMail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://skipmail.co และคุณลักษณะหลักของมันคือ "A tool to help you respond and write emails with AI in seconds, just with a few taps."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SkipMail

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}