NovaTexter - Chat GPT Chrome Extension

Your AI helper with the latest ChatGPT models, inside any text-area! For Twitter, Linkedin, Gmail, Wordpress and many more.

What is NovaTexter - Chat GPT Chrome Extension?

NovaTexter - Chat GPT Chrome Extension is a Chrome extension developed by SarasR, and its main feature is "Your AI helper with the latest ChatGPT models, inside any text-area! For Twitter, Linkedin, Gmail, Wordpress and many more.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download NovaTexter - Chat GPT Chrome Extension Extension CRX File

Download NovaTexter - Chat GPT Chrome Extension 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

                        Get ChatGPT response on any website by just typing simple command in any text area:
“nova: (command) + enter or ;”

Not sure what to reply? No problem. Simply select the text you want to reply to and use the "reply: (command) + enter or ;" 

Introducing NovaTexter, your AI-powered assistant, bringing the powerful capabilities of ChatGPT to virtually any website with input text-area! This life-changing Chrome extension brings the unparalleled expertise of AI-generated text to boost your online communication.

With NovaTexter, you'll be able to:

🚀 Generate content ideas 10x faster
⭐ Craft fast, personalized email and chat responses using the simple "reply: " command
⭐ Save time on tasks like grammar and spell-checking with NovaTexter
⭐ Craft compelling marketing copy that converts
⭐ Enhance your storytelling skills with AI-generated character and plot development
⭐ Translate text into multiple language
⭐ Stay up-to-date with the latest ChatGPT models like GPT-3-5-Turbo, GPT-4, and GPT-4-0314

...and the best part is, all of these powerful features are available right within your text area. No need to open a new tab, log in to an AI platform, or navigate to different websites. With NovaTexter, everything you need is right at your fingertips, making your writing workflow faster, easier, and more efficient than ever before.

How it Works:

1. Purchase a license for just $9 at https://www.novatexter.com to access all features.
2. Install the extension to your browser
3. Enter your license to unlock full functionality
4. Enter your OpenAI API key (generate from https://platform.openai.com/account/api-keys)
5. Select your preferred ChatGPT model (GPT-3-5-Turbo, GPT-4 or GPT-4-0314)
6. Refresh the page and start using NovaTexter on your websites


📝 Writing prompts:

NovaTexter supports a variety of commands to help you generate text quickly and efficiently. To get started, type "nova:" followed by your desired command. For example:

- nova: Write a catchy headline for an article about fitness
- nova: Summarize the plot of the latest blockbuster movie
- nova: Write a product description for a new tech gadget
- nova: Create a short story with the following characters: a detective, a baker, and a talking cat
- nova: Write a review for a restaurant you recently visited
- nova: How to use chat gpt to write an essay ? Write a list and command prompt


📧 Email/Chat prompts:

With ChatGPT, you can create professional and engaging emails and chats in just seconds. For example:

- nova: Write an email to my team about the upcoming meeting in 2 hours, including the agenda and any important points to note.
- nova: Compose an email to my boss summarizing the results of our project and highlighting the key achievements.
- nova: Draft an email to a potential client introducing our company and services, and inviting them for a call to discuss further.


📧 Email/Chat prompts:

For fast, personalized email and chat responses, select the text you want to reply and use the "reply:" command followed by your desired response. For example:

- reply: Thanks for your email. I will get back to you shortly.
- reply: Hey, it was great seeing you today! Let's catch up soon.
- reply: I'm sorry to hear that you're having trouble. Can you please provide more details?


📱 Social Media prompts:

- nova: Write a tweet about your favorite hobby
- nova: Create an Instagram caption for a photo of a sunset
- nova: Write a post for LinkedIn about your professional accomplishments
- nova: Write a comment on a friend's Facebook post about their new job
- nova: Craft a Pinterest description for a DIY project


But that's not all...

⭐ Get 22+ of the best prompts to use for ChatGPT and NovaTexter (automatically updated)
⭐ Get 20+ AI Characters Prompts to activate ChatGPT to be your expert in one of these fields (Marketing, Writer, Sales, Designer, Dating Coach and etc.)
⭐ Future updates included


Discover how NovaTexter can revolutionize your online text generation experience at http://novatexter.com/. Unleash the true potential of AI-driven text assistance and make every typed message extraordinary.

For troubleshooting or to suggest features, get in touch at [email protected]. Check out NovaTexter's installation guide and best-use cases for optimal implementation. 

NovaTexter - bringing the power of ChatGPT to your fingertips!                    

Extension Basic Information

Name NovaTexter - Chat GPT Chrome Extension NovaTexter - Chat GPT Chrome Extension
ID lneinoimkhghihjemhlkelnbnbjjikle
Official URL https://chromewebstore.google.com/detail/novatexter-chat-gpt-chrom/lneinoimkhghihjemhlkelnbnbjjikle
Description Your AI helper with the latest ChatGPT models, inside any text-area! For Twitter, Linkedin, Gmail, Wordpress and many more.
File Size 21.57 KB
Installation Count 90
Current Version 1.5.6
Last Updated 2023-08-25
Publish Date 2023-04-30
Rating 5.00/5 Total 1 Ratings
Developer SarasR
Email [email protected]
Payment Type in_app
Extension Website https://novatexter.com/
Help Page URL https://novatexter.com/privacy-policy
Privacy Policy Page URL https://novatexter.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NovaTexter - Chat GPT Chrome Extension",
    "description": "Your AI helper with the latest ChatGPT models, inside any text-area! For Twitter, Linkedin, Gmail, Wordpress and many more.",
    "version": "1.5.6",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "file:\/\/\/*",
        "*:\/\/*.app\/*",
        "*:\/\/*.www\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/\/*",
                "*:\/\/*.app\/*",
                "*:\/\/*.www\/*"
            ],
            "exclude_matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "gmailContentScript.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}