Tweet Assist AI
Your AI powered tweeting assistant
ما هو Tweet Assist AI؟
Tweet Assist AI هو إضافة Chrome تم تطويرها بواسطة https://tweetassist.ai، والميزة الرئيسية لها هي "Your AI powered tweeting assistant".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tweet Assist AI
قم بتنزيل ملفات الامتداد Tweet Assist AI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
TweetAssists uses AI to help you start creating engaging content on Twitter معلومات أساسية عن التمديد
| الاسم | |
| ID | gdckfemeckkblnegkkidnhjhmgohpiko |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/tweet-assist-ai/gdckfemeckkblnegkkidnhjhmgohpiko |
| الوصف | Your AI powered tweeting assistant |
| حجم الملف | 325 KB |
| عدد التثبيتات | 296 |
| النسخة الحالية | 0.1.7 |
| آخر تحديث | 2023-01-04 |
| تاريخ النشر | 2022-12-27 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | https://tweetassist.ai |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://tweetassist.ai |
| عنوان صفحة سياسة الخصوصية | https://tweetassist.ai/privacy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tweet Assist AI",
"description": "Your AI powered tweeting assistant",
"version": "0.1.7",
"manifest_version": 3,
"icons": {
"16": "logo.png",
"32": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"host_permissions": [
"https:\/\/*.openai.com\/"
],
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/tweetassist.ai\/*"
],
"js": [
"content-script.js"
]
}
]
} | |