Social Comments GPT
Create engaging comments on social media, powered by ChatGPT
Co je Social Comments GPT?
Social Comments GPT je rozšíření Chrome vyvinuté chcepe, a jeho hlavní funkcí je „Create engaging comments on social media, powered by ChatGPT“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Social Comments GPT
Stáhněte si soubory rozšíření Social Comments GPT ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Social Comments GPT |
ID | ejjbbgjlkpckpfkdmgafjpchcddbflpd |
Oficiální URL | https://chromewebstore.google.com/detail/social-comments-gpt/ejjbbgjlkpckpfkdmgafjpchcddbflpd |
Popis | Create engaging comments on social media, powered by ChatGPT |
Velikost souboru | 180 KB |
Počet instalací | 5,450 |
Aktuální Verze | 1.6.3 |
Poslední Aktualizace | 2024-01-12 |
Datum Vydání | 2023-01-23 |
Hodnocení | 2.81/5 Celkem 21 Hodnocení |
Vývojář | chcepe |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://social-comments-gpt.com/ |
URL Stránky Zásad Ochrany Soukromí | https://social-comments-gpt.com/privacy |
Podporované Jazyky | 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" } } |