EasyGPT
EasyGPT is a user-friendly interface designed to streamline your experience with ChatGPT, allowing you to harness the power of AI…
What is EasyGPT?
EasyGPT is a Chrome extension developed by Expertzz, and its main feature is "EasyGPT is a user-friendly interface designed to streamline your experience with ChatGPT, allowing you to harness the power of AI…".
Extension Screenshots
Download EasyGPT Extension CRX File
Download EasyGPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
EasyGPT is a user-friendly interface designed to streamline your experience with ChatGPT, allowing you to harness the power of AI by simply selecting options from drop-down menus. This intuitive platform enables users to effortlessly define their role, task, tone, output format, and subject matter, ensuring that your interaction with ChatGPT is both efficient and effective. By incorporating EasyGPT's seamless navigation system, users can optimize their use of ChatGPT, opening doors to a wide array of applications across industries and disciplines.
Extension Basic Information
Name | EasyGPT |
ID | clndenahmfgcghljfaphfbejgpncieij |
Official URL | https://chromewebstore.google.com/detail/easygpt/clndenahmfgcghljfaphfbejgpncieij |
Description | EasyGPT is a user-friendly interface designed to streamline your experience with ChatGPT, allowing you to harness the power of AI… |
File Size | 336 KB |
Installation Count | 52 |
Current Version | 1.0.2 |
Last Updated | 2023-05-25 |
Publish Date | 2023-05-09 |
Developer | Expertzz |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://expertzz.com/data-privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "EasyGPT", "version": "1.0.2", "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content_script.js" ], "css": [ "styles.css" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |