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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |