IntelliMail
Your AI email assistant
Τι είναι το IntelliMail;
Το IntelliMail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.intellimail.xyz, και η κύρια λειτουργία του είναι "Your AI email assistant".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης IntelliMail
Λήψη αρχείων επέκτασης IntelliMail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Want to land an internship, be a pro at thank you emails and save countless hours everyday? Look no further than IntelliMail. Your free personal email assistant. Unlock productivity and save time with your personal email assistant that takes care of your email writing needs. Simply open Gmail, add context, and click the IntelliMail button to generate a perfectly crafted email in seconds. Say goodbye to wasted time and hello to increased efficiency with IntelliMail. *We do not read or collect any of your data.*
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | aidjniokddeeghninicikjkbgbjcgoop |
Επίσημο URL | https://chromewebstore.google.com/detail/intellimail/aidjniokddeeghninicikjkbgbjcgoop |
Περιγραφή | Your AI email assistant |
Μέγεθος Αρχείου | 1.9 MB |
Αριθμός Εγκαταστάσεων | 1,115 |
Τρέχουσα Έκδοση | 1.6.9 |
Τελευταία Ενημέρωση | 2023-09-09 |
Ημερομηνία Δημοσίευσης | 2023-01-04 |
Αξιολόγηση | 5.00/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | https://www.intellimail.xyz |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.intellimail.xyz/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IntelliMail", "description": "Your AI email assistant", "version": "1.6.9", "manifest_version": 3, "icons": { "48": "assets\/imlogo.png", "72": "assets\/imlogo.png", "96": "assets\/imlogo.png", "144": "assets\/imlogo.png" }, "action": { "default_popup": "index.html", "default_title": "Generate emails" }, "background": { "service_worker": "scripts\/contextMenuServiceWorker.js" }, "permissions": [], "host_permissions": [ "https:\/\/mail.google.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "scripts\/content.js" ], "css": [ "css\/content.css" ] }, { "matches": [ "https:\/\/airtable.com\/shrwhYNbbwUGfRlu5" ], "js": [ "scripts\/airtable.js" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/imlogo.png" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ] } |