IntelliMail
Your AI email assistant
IntelliMail क्या है?
IntelliMail https://www.intellimail.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your AI email assistant"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IntelliMail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.*
एक्सटेंशन की मूल जानकारी
नाम | IntelliMail |
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\/*" ] } ] } |