Research AI

Research AI - Helps you write marketing content, blog articles, website copies, ecommerce product descriptions and more 10x faster.

What is Research AI?

Research AI is a Chrome extension developed by https://researchai.co, and its main feature is "Research AI - Helps you write marketing content, blog articles, website copies, ecommerce product descriptions and more 10x faster.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Research AI Extension CRX File

Download Research AI 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

                        AI Copywriter, Content Writing Assistant, Marketing Tool.

Research AI is AI-powered copywriting software that helps you to write copy that sells. It produces original and plagiarism-free content for your business. All you have to do is choose a tool and describe what you are writing, and our software will do the rest. 

With Research AI’s chrome extension, you can write social media posts, brainstorm ideas for your blog articles, personalized emails, and more.

Whether you are writing product copies on your Shopify store or blog articles on your WordPress/Medium page, you can generate amazing content without leaving your workspace.

Access 40+ tools 

Write product descriptions, titles, and features for your e-commerce products

Write personalized cold emails

Brainstorm marketing ideas, blog ideas, and content ideas

Create attention-grabbing social media posts for LinkedIn, Facebook, and Instagram

Create amazing hooks for your YouTube videos

Write persuasive ad copies, website copies, and more

Research AI is a perfect writing tool for marketers, entrepreneurs, and agencies. Get rid of writer’s block and start writing amazing content that drives results.                    

Extension Basic Information

Name Research AI Research AI
ID fmnhdkfoogelicfgjoidhpbljplebmjo
Official URL https://chromewebstore.google.com/detail/research-ai/fmnhdkfoogelicfgjoidhpbljplebmjo
Description Research AI - Helps you write marketing content, blog articles, website copies, ecommerce product descriptions and more 10x faster.
File Size 461 KB
Installation Count 2,746
Current Version 1.0.2
Last Updated 2022-01-17
Publish Date 2022-01-11
Rating 5.00/5 Total 5 Ratings
Developer https://researchai.co
Email [email protected]
Payment Type in_app
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Research AI",
    "description": "Research AI - Helps you write marketing content, blog articles, website copies, ecommerce product descriptions and more 10x faster.",
    "version": "1.0.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Research AI for Chrome",
        "default_icon": "icon.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}