AutoCompose
Generate comprehensive, articulate and amazing responses for emails and threads
Wat is AutoCompose?
AutoCompose is een Chrome-extensie ontwikkeld door sathya, en de belangrijkste functie is "Generate comprehensive, articulate and amazing responses for emails and threads".
Extensie Screenshots
Download het CRX-bestand van de extensie AutoCompose
Download AutoCompose-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A smart auto response app for intelligent replies. AutoCompose helps you reply to mails and respond to thread messages with the help of AI. The extension understands the context by reading the received mail ( or message in the thread in case of a forum). On entering a few key phrases for reply, the AI builds upon the phrases and generates a comprehensive response.
Basisinformatie over de Extensie
Naam | AutoCompose |
ID | canaomjdocaffahofheiehbohhkcgikm |
Officiële URL | https://chromewebstore.google.com/detail/autocompose/canaomjdocaffahofheiehbohhkcgikm |
Beschrijving | Generate comprehensive, articulate and amazing responses for emails and threads |
Bestandsgrootte | 27.99 KB |
Aantal Installaties | 37 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2021-04-20 |
Publicatiedatum | 2020-09-15 |
Ontwikkelaar | sathya |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://autocompose.ai/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AutoCompose", "version": "1.2.0", "description": "Generate comprehensive, articulate and amazing responses for emails and threads", "permissions": [ "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icons\/autocompose_v2-16.png", "48": "icons\/autocompose_v2-48.png", "128": "icons\/autocompose_v2-128.png" }, "default_popup": "\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/scripts\/contentScript.js" ] } ], "icons": { "16": "icons\/autocompose_v2-16.png", "48": "icons\/autocompose_v2-48.png", "128": "icons\/autocompose_v2-128.png" }, "web_accessible_resources": [ "css\/*", "icons\/*" ], "manifest_version": 2 } |