Easy Copy AI - Copy Generator Tool

Use OpenAI chat GPT 4 to Generate Copy. Use this extension to generate your copy directly in your browser.

Easy Copy AI - Copy Generator Tool란 무엇입니까?

Easy Copy AI - Copy Generator Tool은(는) https://adeptle.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use OpenAI chat GPT 4 to Generate Copy. Use this extension to generate your copy directly in your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Easy Copy AI - Copy Generator Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Generate copy easily using Open AI ChatGPT and GPT4. This extension helps generate copy directly from the content in your webpage. 


EasyCopy.ai helps generate alternative copy from the selected content in your webpage. Use EasyCopy.ai for content repurposing and regeneration for website updates, social media posts, blog articles, etc.


Get impressive and creative copy easily with EasyCopy.ai. Just click on ‘Magic Copy’ and generate your new copy. Works on all browsers!

How to use EasyCopy.ai?
Step 1: Add EasyCopy.ai extension from the Chrome Web Store.
Step 2: Go to any webpage or landing page (in any browser).
Step 3: Click on the extension icon and click ‘Magic Copy’.
Step 4: Double click on any text on the webpage.
Step 5: AI will generate alternative text and display it on the webpage.                    

확장 프로그램 기본 정보

이름 Easy Copy AI - Copy Generator Tool Easy Copy AI - Copy Generator Tool
ID gccfgfeoaicaleihkofhknklhcghommf
공식 URL https://chromewebstore.google.com/detail/easy-copy-ai-copy-generat/gccfgfeoaicaleihkofhknklhcghommf
설명 Use OpenAI chat GPT 4 to Generate Copy. Use this extension to generate your copy directly in your browser.
파일 크기 105 KB
설치 횟수 591
현재 버전 1.1
최근 업데이트 2023-05-18
출시 날짜 2023-04-24
평점 5.00/5 총 1 개의 평점
개발자 https://adeptle.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://easy-copy.adeptle.com/
도움말 페이지 URL https://adeptle.com/support
개인정보 보호 정책 페이지 URL https://www.adeptle.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Copy AI - Copy Generator Tool",
    "description": "Use OpenAI chat GPT 4 to Generate Copy.  Use this extension to generate your copy directly in your browser. ",
    "version": "1.1",
    "icons": {
        "16": "easy_copy_16x16.png",
        "32": "easy_copy_32x32.png",
        "48": "easy_copy_48x48.png",
        "128": "easy_copy_128x128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "easy_copy_16x16.png",
                "easy_copy_32x32.png",
                "easy_copy_48x48.png",
                "easy_copy_128x128.png",
                "main_logo.png",
                "template.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        ""
    ]
}