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'"
}