Tweet Assist AI
Your AI powered tweeting assistant
Tweet Assist AIとは何ですか?
Tweet Assist AIはhttps://tweetassist.aiによって開発されたChromeの拡張機能で、その主な機能は「Your AI powered tweeting assistant」です。
拡張機能のスクリーンショット
Tweet Assist AI拡張機能のCRXファイルをダウンロード
Tweet Assist AI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://tweetassist.ai |
| プライバシーポリシーページのURL | 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"
]
}
]
} | |