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ファイルをダウンロード

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

拡張機能の使用方法

                        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
Eメール [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'"
}