IntelliMail
Your AI email assistant
What is IntelliMail?
IntelliMail is a Chrome extension developed by https://www.intellimail.xyz, and its main feature is "Your AI email assistant".
Extension Screenshots
Download IntelliMail Extension CRX File
Download IntelliMail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.*
Extension Basic Information
Name | IntelliMail |
ID | aidjniokddeeghninicikjkbgbjcgoop |
Official URL | https://chromewebstore.google.com/detail/intellimail/aidjniokddeeghninicikjkbgbjcgoop |
Description | Your AI email assistant |
File Size | 1.9 MB |
Installation Count | 1,115 |
Current Version | 1.6.9 |
Last Updated | 2023-09-09 |
Publish Date | 2023-01-04 |
Rating | 5.00/5 Total 13 Ratings |
Developer | https://www.intellimail.xyz |
[email protected] | |
Payment Type | free |
Extension Website | https://www.intellimail.xyz/ |
Supported Languages | 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\/*" ] } ] } |