AutoCompose
Generate comprehensive, articulate and amazing responses for emails and threads
ما هو AutoCompose؟
AutoCompose هو إضافة Chrome تم تطويرها بواسطة sathya، والميزة الرئيسية لها هي "Generate comprehensive, articulate and amazing responses for emails and threads".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AutoCompose
قم بتنزيل ملفات الامتداد AutoCompose بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | AutoCompose |
ID | canaomjdocaffahofheiehbohhkcgikm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/autocompose/canaomjdocaffahofheiehbohhkcgikm |
الوصف | Generate comprehensive, articulate and amazing responses for emails and threads |
حجم الملف | 27.99 KB |
عدد التثبيتات | 37 |
النسخة الحالية | 1.2.0 |
آخر تحديث | 2021-04-20 |
تاريخ النشر | 2020-09-15 |
المطور | sathya |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://autocompose.ai/ |
اللغات المدعومة | 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 } |