Kickpages AI

Kickpages AI: write Kickpages page content using the power of AI

Kickpages AI란 무엇입니까?

Kickpages AI은(는) https://kickpages.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kickpages AI: write Kickpages page content using the power of AI"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Kickpages AI 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With the Kickpages AI extension, harness the power of chatGPT to elevate your content. 

Easily edit and write directly within the Kickpages editor, turning bland copy into compelling content in just seconds. 

Upgrade your writing game with Kickpages AI.                    

확장 프로그램 기본 정보

이름 Kickpages AI Kickpages AI
ID lnjnbnlcnomgaaloejdembbkbafjnmld
공식 URL https://chromewebstore.google.com/detail/kickpages-ai/lnjnbnlcnomgaaloejdembbkbafjnmld
설명 Kickpages AI: write Kickpages page content using the power of AI
파일 크기 54.67 KB
설치 횟수 124
현재 버전 1.4
최근 업데이트 2023-02-23
출시 날짜 2023-01-31
평점 5.00/5 총 4 개의 평점
개발자 https://kickpages.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.kickpages.com/aiextension
도움말 페이지 URL https://help.kickpages.com
개인정보 보호 정책 페이지 URL https://www.kickpages.com/extprivacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kickpages AI",
    "version": "1.4",
    "manifest_version": 3,
    "description": "Kickpages AI: write Kickpages page content using the power of AI",
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.kickpages.com\/*"
            ],
            "css": [
                "\/assets\/css\/font.css",
                "\/assets\/css\/style.css"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*",
                "assets\/icons\/128.png",
                "assets\/js\/inject.js"
            ],
            "matches": [
                "https:\/\/*.kickpages.com\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": ".\/assets\/icons\/16.png",
        "32": ".\/assets\/icons\/32.png",
        "128": ".\/assets\/icons\/128.png"
    }
}