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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Squarespace Ninja Kit Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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