Adam AI Assistant
Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message.
ما هو Adam AI Assistant؟
Adam AI Assistant هو إضافة Chrome تم تطويرها بواسطة iAdam AI، والميزة الرئيسية لها هي "Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Adam AI Assistant
قم بتنزيل ملفات الامتداد Adam AI Assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adam Assistant tool helps the user to check and better understand the emotions and state of mind of the other user by analyzing their input text with real-time sentiment analysis. Adam would then recommend better responses to steer the conversations, and communicate effectively.
معلومات أساسية عن التمديد
الاسم | Adam AI Assistant |
ID | nkkdaakjkjkgfcfagcpibngkklibpdeb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/adam-ai-assistant/nkkdaakjkjkgfcfagcpibngkklibpdeb |
الوصف | Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message. |
حجم الملف | 1.53 MB |
عدد التثبيتات | 113 |
النسخة الحالية | 1.0.18 |
آخر تحديث | 2023-08-01 |
تاريخ النشر | 2022-07-30 |
تقييم | 5.00/5 مجموع تقييمات 26 |
المطور | iAdam AI |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://iadam.ai |
عنوان صفحة المساعدة | https://iadam.ai/contact-us |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Adam AI Assistant", "short_name": "adam-extension-react", "version": "1.0.18", "description": "Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message.", "icons": { "512": "assets\/images\/loader.png", "16": "assets\/images\/loader.png", "32": "assets\/images\/loader.png", "150": "assets\/images\/loader.png" }, "permissions": [ "contextMenus", "tabs" ], "background": { "service_worker": "background.js" }, "host_permissions": [], "action": { "default_title": "Adam Extension", "default_icon": "assets\/images\/loader.png", "default_popup": "index.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } } |