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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Squarespace Ninja Kit Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}