Tweet Assist AI
Your AI powered tweeting assistant
Wat is Tweet Assist AI?
Tweet Assist AI is een Chrome-extensie ontwikkeld door https://tweetassist.ai, en de belangrijkste functie is "Your AI powered tweeting assistant".
Extensie Screenshots
Download het CRX-bestand van de extensie Tweet Assist AI
Download Tweet Assist AI-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
TweetAssists uses AI to help you start creating engaging content on Twitter
Basisinformatie over de Extensie
Naam | Tweet Assist AI |
ID | gdckfemeckkblnegkkidnhjhmgohpiko |
Officiële URL | https://chromewebstore.google.com/detail/tweet-assist-ai/gdckfemeckkblnegkkidnhjhmgohpiko |
Beschrijving | Your AI powered tweeting assistant |
Bestandsgrootte | 325 KB |
Aantal Installaties | 296 |
Huidige Versie | 0.1.7 |
Laatst Bijgewerkt | 2023-01-04 |
Publicatiedatum | 2022-12-27 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://tweetassist.ai |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://tweetassist.ai |
URL van de Privacybeleid Pagina | https://tweetassist.ai/privacy |
Ondersteunde Talen | 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" ] } ] } |