AI Tweet Generator Bot
Generates tweets based on keywords
AI Tweet Generator Bot란 무엇입니까?
AI Tweet Generator Bot은(는) sales.tabsgi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generates tweets based on keywords"입니다.
확장 프로그램 스크린샷
AI Tweet Generator Bot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing the AI Tweet Generator Bot, your ultimate tool for crafting captivating and engaging tweets! Powered by cutting-edge artificial intelligence technology, this bot is designed to assist users in generating high-quality tweets effortlessly. With its vast database of trending topics, popular hashtags, and linguistic patterns, the AI Tweet Generator Bot ensures your tweets are always on point and tailored to your audience. Whether you're a social media influencer, marketer, or simply looking to enhance your online presence, this bot will provide you with clever suggestions, concise wording, and impactful messages that are sure to captivate your followers. Say goodbye to writer's block and hello to tweet success with the AI Tweet Generator Bot!
확장 프로그램 기본 정보
이름 | AI Tweet Generator Bot |
ID | dbjencablhlogabpadhjkoakilekdbfb |
공식 URL | https://chromewebstore.google.com/detail/ai-tweet-generator-bot/dbjencablhlogabpadhjkoakilekdbfb |
설명 | Generates tweets based on keywords |
파일 크기 | 50.67 MB |
설치 횟수 | 13 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-06-16 |
출시 날짜 | 2023-06-16 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | sales.tabsgi |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://twitter.com/ |
개인정보 보호 정책 페이지 URL | http://www.tabsgi.com/terms/privacypolicy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AI Tweet Generator Bot", "version": "1.0", "description": "Generates tweets based on keywords", "permissions": [ "scripting", "activeTab" ], "icons": { "16": ".\/images\/16.png", "48": ".\/images\/48.png", "128": ".\/images\/128.png" }, "host_permissions": [ "https:\/\/api.openai.com\/*", "https:\/\/twitter.com\/*" ], "action": { "default_popup": ".\/popup\/popup.html", "default_title": "Generate Tweet", "default_icon": { "16": ".\/images\/16.png", "48": ".\/images\/48.png" } }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "content.js" ], "matches": [ "https:\/\/*\/*" ] } ], "commands": { "generate_tweet": { "suggested_key": { "default": "Ctrl+Shift+F" }, "description": "Generate Tweet" } } } |