Quicksand

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

Qu'est-ce que Quicksand ?

Quicksand est une extension Chrome développée par https://quicksand.ai, et sa fonction principale est "The quicksand extension allows you to edit copy on your landing page using GPT-3.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Quicksand

Téléchargez les fichiers d'extension Quicksand au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Quicksand Quicksand
ID poidppbhdpcdinommcpjofcdnkapephj
URL Officiel https://chromewebstore.google.com/detail/quicksand/poidppbhdpcdinommcpjofcdnkapephj
Description The quicksand extension allows you to edit copy on your landing page using GPT-3.
Taille du Fichier 2.66 MB
Nombre d'Installations 49
Version Actuelle 1.5.3
Dernière Mise à Jour 2021-05-27
Date de Publication 2020-12-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://quicksand.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://quicksand.ai
URL de la Page d'Aide https://quicksand.ai
URL de la Page de Politique de Confidentialité https://figment.so/privacy
Langues Prises en Charge 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'"
}