Squarespace Ninja Kit Extension

This extension providing new, unique and elegant elements into your SQSP admin panel. Compatible with both 7.0 and 7.1 versions.

Squarespace Ninja Kit Extensionคืออะไร?

Squarespace Ninja Kit Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ixstudio.net และคุณลักษณะหลักของมันคือ "This extension providing new, unique and elegant elements into your SQSP admin panel. Compatible with both 7.0 and 7.1 versions."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Squarespace Ninja Kit Extension

ดาวน์โหลดไฟล์ส่วนขยาย Squarespace Ninja Kit Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        💢  Ninja Kit Extension to build No-Code SQSP elements.
👉  Doesn't require a single line of coding knowledge! And it contains many super features like
✅  Access to Over 100+ Elements!

🎯 Demo: https://www.ixstudio.net/ninjakit/

🔥  New Elements will be added weekly!

1️⃣  Image Box
2️⃣  Slideshow
3️⃣  Testimonial
4️⃣  Countdown
5️⃣  Header
6️⃣  Icon Box
7️⃣  Title
8️⃣  Content
9️⃣  Video
🔟  Contact Form
1️⃣ 1️⃣  Typewriter
1️⃣ 2️⃣  Gallery
1️⃣ 3️⃣ Client
1️⃣ 4️⃣  Modern Summary
1️⃣ 5️⃣  Call to Action
1️⃣ 6️⃣  Button
1️⃣ 7️⃣  Accordion
1️⃣ 8️⃣  Team
1️⃣ 9️⃣  Social
2️⃣ 0️⃣  FAQ
2️⃣ 1️⃣  Footer
2️⃣ 2️⃣  Pricing Table
---------------------------------------------------------
And many more are coming...! 💯
---------------------------------------------------------                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Squarespace Ninja Kit Extension Squarespace Ninja Kit Extension
ID klkcninekpnpemndealaeebjajmkabcf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/squarespace-ninja-kit-ext/klkcninekpnpemndealaeebjajmkabcf
คำอธิบาย This extension providing new, unique and elegant elements into your SQSP admin panel. Compatible with both 7.0 and 7.1 versions.
ขนาดไฟล์ 73.75 KB
จำนวนการติดตั้ง 2,068
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2024-01-19
วันที่เผยแพร่ 2020-08-17
คะแนน 4.91/5 รวมทั้งหมด 47 คะแนน
ผู้พัฒนา https://ixstudio.net
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.ixstudio.net/ninjakit/
URL หน้าช่วยเหลือ https://join.slack.com/t/ix-studio/shared_invite/zt-g40kqifl-g3kbNsLHG79c5U5YXon7qw
URL หน้านโยบายความเป็นส่วนตัว https://www.ixstudio.net/ninjakit/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/images\/ninjakit_enable.png",
        "default_popup": "popup.html",
        "default_title": "Squarespace Ninja Kit Extension"
    },
    "icons": {
        "16": "assets\/images\/ninjakit_enable.png",
        "48": "assets\/images\/ninjakit_enable.png",
        "128": "assets\/images\/ninjakit_enable.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.squarespace.com\/config\/*",
                "https:\/\/*.squarespace.com\/config\/*"
            ],
            "exclude_matches": [
                "https:\/\/developers.squarespace.com\/*",
                "https:\/\/support.squarespace.com\/*"
            ],
            "js": [
                "assets\/js\/ninjakit.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/content-frame.js"
            ],
            "all_frames": true
        }
    ],
    "description": "This extension providing new, unique and elegant elements into your SQSP admin panel. Compatible with both 7.0 and 7.1 versions.",
    "manifest_version": 2,
    "name": "Squarespace Ninja Kit Extension",
    "author": "IX Studio",
    "permissions": [
        "tabs",
        "https:\/\/*.squarespace.com\/config\/*",
        "https:\/\/*.ixstudio.net\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/*",
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.squarespace.com\/config\/*"
        ]
    },
    "version": "1.6"
}