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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
            ]
        }
    ]
}