Tweet Assist AI
Your AI powered tweeting assistant
Co to jest Tweet Assist AI?
Tweet Assist AI to rozszerzenie Chrome opracowane przez https://tweetassist.ai, a jego główną funkcją jest „Your AI powered tweeting assistant”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tweet Assist AI
Pobierz pliki rozszerzeń Tweet Assist AI 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
TweetAssists uses AI to help you start creating engaging content on Twitter Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gdckfemeckkblnegkkidnhjhmgohpiko |
| Oficjalny URL | https://chromewebstore.google.com/detail/tweet-assist-ai/gdckfemeckkblnegkkidnhjhmgohpiko |
| Opis | Your AI powered tweeting assistant |
| Rozmiar pliku | 325 KB |
| Liczba instalacji | 296 |
| Aktualna Wersja | 0.1.7 |
| Ostatnia Aktualizacja | 2023-01-04 |
| Data Publikacji | 2022-12-27 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | https://tweetassist.ai |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://tweetassist.ai |
| Adres URL Strony Polityki Prywatności | https://tweetassist.ai/privacy |
| Obsługiwane Języki | 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"
]
}
]
} | |