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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://quicksand.ai
عنوان صفحة سياسة الخصوصية 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'"
}