Quicksand

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

Was ist Quicksand?

Quicksand ist eine Chrome-Erweiterung, die von https://quicksand.ai entwickelt wurde, und ihr Hauptmerkmal ist "The quicksand extension allows you to edit copy on your landing page using GPT-3.".

Erweiterungsscreenshots

screenshot

Quicksand-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quicksand-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Quicksand Quicksand
ID poidppbhdpcdinommcpjofcdnkapephj
Offizielle URL https://chromewebstore.google.com/detail/quicksand/poidppbhdpcdinommcpjofcdnkapephj
Beschreibung The quicksand extension allows you to edit copy on your landing page using GPT-3.
Dateigröße 2.66 MB
Installationsanzahl 49
Aktuelle Version 1.5.3
Letztes Update 2021-05-27
Veröffentlichungsdatum 2020-12-09
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://quicksand.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://quicksand.ai
Hilfeseite URL https://quicksand.ai
URL der Datenschutzrichtlinien-Seite https://figment.so/privacy
Unterstützte Sprachen 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'"
}