Social Comments GPT
Create engaging comments on social media, powered by ChatGPT
Social Comments GPTとは何ですか?
Social Comments GPTはchcepeによって開発されたChromeの拡張機能で、その主な機能は「Create engaging comments on social media, powered by ChatGPT」です。
拡張機能のスクリーンショット
Social Comments GPT拡張機能のCRXファイルをダウンロード
Social Comments GPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A chrome extension that creates engaging comments on social media, powered by OpenAI's ChatGPT. This extension can be a time-saver for professionals or influencers looking to increase their engagement, reach, and leads. Currently supports LinkedIn, Instagram, and Twitter. Version 1.6.3: Update model to turbo, fix Instagram support
拡張機能の基本情報
名前 | Social Comments GPT |
ID | ejjbbgjlkpckpfkdmgafjpchcddbflpd |
公式URL | https://chromewebstore.google.com/detail/social-comments-gpt/ejjbbgjlkpckpfkdmgafjpchcddbflpd |
説明 | Create engaging comments on social media, powered by ChatGPT |
ファイルサイズ | 180 KB |
インストール数 | 5,450 |
現在のバージョン | 1.6.3 |
最終更新日 | 2024-01-12 |
公開日 | 2023-01-23 |
評価 | 2.81/5 合計 21 レビュー |
開発者 | chcepe |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://social-comments-gpt.com/ |
プライバシーポリシーページのURL | https://social-comments-gpt.com/privacy |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Social Comments GPT", "description": "Create engaging comments on social media, powered by ChatGPT", "version": "1.6.3", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/*.linkedin.com\/*", "*:\/\/linkedin.com\/*", "*:\/\/*.instagram.com\/*", "*:\/\/instagram.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/twitter.com\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ] } ], "permissions": [ "storage" ], "host_permissions": [ "https:\/\/social-comments-gpt-site.vercel.app\/", "https:\/\/social-comments-gpt.com\/" ], "background": { "service_worker": "js\/background.js" } } |