Quicksand

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

Quicksand là gì?

Quicksand là một tiện ích mở rộng Chrome được phát triển bởi https://quicksand.ai, và tính năng chính của nó là "The quicksand extension allows you to edit copy on your landing page using GPT-3.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Quicksand

Tải xuống các tệp mở rộng Quicksand dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Quicksand Quicksand
ID poidppbhdpcdinommcpjofcdnkapephj
URL Chính Thức https://chromewebstore.google.com/detail/quicksand/poidppbhdpcdinommcpjofcdnkapephj
Mô tả The quicksand extension allows you to edit copy on your landing page using GPT-3.
Kích Thước Tệp 2.66 MB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.5.3
Cập Nhật Lần Cuối 2021-05-27
Ngày Phát Hành 2020-12-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://quicksand.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://quicksand.ai
URL Trang Trợ Giúp https://quicksand.ai
URL Trang Chính Sách Bảo Mật https://figment.so/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
}