Quicksand

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

Cos'è Quicksand?

Quicksand è un'estensione di Chrome sviluppata da https://quicksand.ai, e la sua funzione principale è "The quicksand extension allows you to edit copy on your landing page using GPT-3.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quicksand

Scarica i file di estensione Quicksand in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Quicksand Quicksand
ID poidppbhdpcdinommcpjofcdnkapephj
URL Ufficiale https://chromewebstore.google.com/detail/quicksand/poidppbhdpcdinommcpjofcdnkapephj
Descrizione The quicksand extension allows you to edit copy on your landing page using GPT-3.
Dimensione del File 2.66 MB
Conteggio Installazioni 49
Versione Corrente 1.5.3
Ultimo Aggiornamento 2021-05-27
Data di Pubblicazione 2020-12-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://quicksand.ai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://quicksand.ai
URL della Pagina di Aiuto https://quicksand.ai
URL della Pagina della Politica sulla Privacy https://figment.so/privacy
Lingue Supportate 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'"
}