Quicksand

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

Vad är Quicksand?

Quicksand är en Chrome-tillägg utvecklad av https://quicksand.ai, och dess huvudfunktion är "The quicksand extension allows you to edit copy on your landing page using GPT-3.".

Tilläggsskärmbilder

screenshot

Ladda ner Quicksand-förlängningens CRX-fil

Ladda ner Quicksand-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Quicksand Quicksand
ID poidppbhdpcdinommcpjofcdnkapephj
Officiell webbadress https://chromewebstore.google.com/detail/quicksand/poidppbhdpcdinommcpjofcdnkapephj
Beskrivning The quicksand extension allows you to edit copy on your landing page using GPT-3.
Filstorlek 2.66 MB
Antal Installationer 49
Aktuell Version 1.5.3
Senast Uppdaterad 2021-05-27
Publiceringsdatum 2020-12-09
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://quicksand.ai
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://quicksand.ai
Hjälpsida URL https://quicksand.ai
URL till Sekretesspolicy Sidan https://figment.so/privacy
Stödda Språk 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'"
}