Research AI

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

Research AIとは何ですか?

Research AIはhttps://researchai.coによって開発されたChromeの拡張機能で、その主な機能は「Research AI - Helps you write marketing content, blog articles, website copies, ecommerce product descriptions and more 10x faster.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Research AI拡張機能のCRXファイルをダウンロード

Research AI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Research AI Research AI
ID fmnhdkfoogelicfgjoidhpbljplebmjo
公式URL https://chromewebstore.google.com/detail/research-ai/fmnhdkfoogelicfgjoidhpbljplebmjo
説明 Research AI - Helps you write marketing content, blog articles, website copies, ecommerce product descriptions and more 10x faster.
ファイルサイズ 461 KB
インストール数 2,746
現在のバージョン 1.0.2
最終更新日 2022-01-17
公開日 2022-01-11
評価 5.00/5 合計 5 レビュー
開発者 https://researchai.co
Eメール [email protected]
支払い方法 in_app
対応言語 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"
            ]
        }
    ]
}