Quicksand

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

Что такое Quicksand?

Quicksand - это расширение Chrome, разработанное https://quicksand.ai, и его основная функция - "The quicksand extension allows you to edit copy on your landing page using GPT-3.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Quicksand

Скачайте файлы расширений Quicksand в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Quicksand Quicksand
ID poidppbhdpcdinommcpjofcdnkapephj
Официальный URL https://chromewebstore.google.com/detail/quicksand/poidppbhdpcdinommcpjofcdnkapephj
Описание The quicksand extension allows you to edit copy on your landing page using GPT-3.
Размер файла 2.66 MB
Количество установок 49
Текущая Версия 1.5.3
Последнее Обновление 2021-05-27
Дата публикации 2020-12-09
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://quicksand.ai
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://quicksand.ai
URL страницы помощи https://quicksand.ai
URL страницы политики конфиденциальности https://figment.so/privacy
Поддерживаемые языки 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'"
}