Quicksand

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

What is Quicksand?

Quicksand is a Chrome extension developed by https://quicksand.ai, and its main feature is "The quicksand extension allows you to edit copy on your landing page using GPT-3.".

Extension Screenshots

screenshot

Download Quicksand Extension CRX File

Download Quicksand extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Quicksand Quicksand
ID poidppbhdpcdinommcpjofcdnkapephj
Official URL https://chromewebstore.google.com/detail/quicksand/poidppbhdpcdinommcpjofcdnkapephj
Description The quicksand extension allows you to edit copy on your landing page using GPT-3.
File Size 2.66 MB
Installation Count 49
Current Version 1.5.3
Last Updated 2021-05-27
Publish Date 2020-12-09
Rating 5.00/5 Total 1 Ratings
Developer https://quicksand.ai
Email [email protected]
Payment Type free
Extension Website https://quicksand.ai
Help Page URL https://quicksand.ai
Privacy Policy Page URL https://figment.so/privacy
Supported Languages 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'"
}