IntelliMail
Your AI email assistant
Co to jest IntelliMail?
IntelliMail to rozszerzenie Chrome opracowane przez https://www.intellimail.xyz, a jego główną funkcją jest „Your AI email assistant”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IntelliMail
Pobierz pliki rozszerzeń IntelliMail w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.*
Podstawowe informacje o rozszerzeniu
Nazwa | IntelliMail |
ID | aidjniokddeeghninicikjkbgbjcgoop |
Oficjalny URL | https://chromewebstore.google.com/detail/intellimail/aidjniokddeeghninicikjkbgbjcgoop |
Opis | Your AI email assistant |
Rozmiar pliku | 1.9 MB |
Liczba instalacji | 1,115 |
Aktualna Wersja | 1.6.9 |
Ostatnia Aktualizacja | 2023-09-09 |
Data Publikacji | 2023-01-04 |
Ocena | 5.00/5 Łącznie 13 Oceny |
Deweloper | https://www.intellimail.xyz |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.intellimail.xyz/ |
Obsługiwane Języki | 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\/*" ] } ] } |