Quicksand

The quicksand extension allows you to edit copy on your landing page using GPT-3.

Quicksand란 무엇입니까?

Quicksand은(는) https://quicksand.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The quicksand extension allows you to edit copy on your landing page using GPT-3."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        The quicksand extension allows you to edit copy on your landing page using GPT-3. The extension is used in conjunction with the web app https://quicksand.ai                    

확장 프로그램 기본 정보

이름 Quicksand Quicksand
ID poidppbhdpcdinommcpjofcdnkapephj
공식 URL https://chromewebstore.google.com/detail/quicksand/poidppbhdpcdinommcpjofcdnkapephj
설명 The quicksand extension allows you to edit copy on your landing page using GPT-3.
파일 크기 2.66 MB
설치 횟수 49
현재 버전 1.5.3
최근 업데이트 2021-05-27
출시 날짜 2020-12-09
평점 5.00/5 총 1 개의 평점
개발자 https://quicksand.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://quicksand.ai
도움말 페이지 URL https://quicksand.ai
개인정보 보호 정책 페이지 URL https://figment.so/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Quicksand",
    "name": "Quicksand",
    "description": "The quicksand extension allows you to edit copy on your landing page using GPT-3.",
    "version": "1.5.3",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "app\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_title": "Quicksand Editor",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/css\/root.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/static\/media\/*"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost\/*",
            "https:\/\/quicksand.ai\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}