SkipMail
A tool to help you respond and write emails with AI in seconds, just with a few taps.
Qu'est-ce que SkipMail ?
SkipMail est une extension Chrome développée par https://skipmail.co, et sa fonction principale est "A tool to help you respond and write emails with AI in seconds, just with a few taps.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SkipMail
Téléchargez les fichiers d'extension SkipMail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | gifkjgbebogmcifhiohgegdahnjdekfc |
URL Officiel | https://chromewebstore.google.com/detail/skipmail/gifkjgbebogmcifhiohgegdahnjdekfc |
Description | A tool to help you respond and write emails with AI in seconds, just with a few taps. |
Taille du Fichier | 1.2 MB |
Nombre d'Installations | 175 |
Version Actuelle | 0.1.5 |
Dernière Mise à Jour | 2023-06-26 |
Date de Publication | 2023-05-16 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://skipmail.co |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://www.skipmail.co/ |
URL de la Page d'Aide | https://www.skipmail.co/help |
Langues Prises en Charge | 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" ] } |