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.”。
扩展截图
下载Squarespace Ninja Kit Extension扩展crx文件
下载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 |
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" } |