SquarespaceWebsites Tools PRO
This extension provides Import/Export between SS sites and some useful stuff
什麼是SquarespaceWebsites Tools PRO?
SquarespaceWebsites Tools PRO是由https://squarewebsites.org開發的Chrome擴展程式,該擴展的主要功能是“This extension provides Import/Export between SS sites and some useful stuff”。
擴展截圖
下載SquarespaceWebsites Tools PRO擴展crx文件
下載SquarespaceWebsites Tools PRO擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This tool helps to do import and export between Squarespace sites (7.0 & 7.1) and enables some additional tweaks like Content and Tweaks Presets you may use and share with others. Speed up your Squarespace workflow!
擴展基本資訊
名稱 | SquarespaceWebsites Tools PRO |
ID | iklfaeffcjjbpoholableanfikgndnhc |
官方網址 | https://chromewebstore.google.com/detail/squarespacewebsites-tools/iklfaeffcjjbpoholableanfikgndnhc |
簡介 | This extension provides Import/Export between SS sites and some useful stuff |
檔案大小 | 249 KB |
安裝次數 | 7,123 |
目前版本 | 1.0.93 |
更新時間 | 2024-02-19 |
上架時間 | 2019-10-05 |
評分 | 4.82/5 共 17 次評分 |
開發者 | https://squarewebsites.org |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://www.squarewebsites.org/ |
說明頁面URL | https://join.slack.com/t/squarewebsites/shared_invite/zt-1g24gqlgy-5GhVXknjGXe_gGijC8ARDQ |
隱私政策頁面URL | https://squarespacewebsites.com/privacy-policy-extensions |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/sqs-tools.png", "default_popup": "popup.html", "default_title": "SquarespaceWebsites Tools PRO" }, "icons": { "16": "images\/sqs-tools.png", "48": "images\/sqs-tools.png", "128": "images\/sqs-tools.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.squarespace.com\/*" ], "all_frames": true, "css": [ "sqs-tools.min.css", "\/assets\/content-presets\/style.css" ], "exclude_matches": [ "https:\/\/developers.squarespace.com\/*", "https:\/\/support.squarespace.com\/*", "https:\/\/account.squarespace.com\/*" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/account.squarespace.com\/*" ], "js": [ "\/assets\/account\/account-tools.js", "sqs-tools.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.squarespace.com\/*" ], "exclude_matches": [ "https:\/\/developers.squarespace.com\/*", "https:\/\/support.squarespace.com\/*", "https:\/\/account.squarespace.com\/*" ], "js": [ "sqs-tools.js", "\/assets\/captcha-solve\/captcha-solve.js" ], "run_at": "document_idle" }, { "all_frames": true, "matches": [ "https:\/\/www.squarewebsites.org\/account\/frame", "https:\/\/squarewebsites.org\/account\/frame" ], "js": [ "\/assets\/account\/extension-tools.js" ], "run_at": "document_end" } ], "commands": { "getSiteInfo": { "suggested_key": { "windows": "Ctrl+Shift+I", "mac": "Command+Shift+I", "chromeos": "Ctrl+Shift+I", "linux": "Ctrl+Shift+I" }, "description": "Get Site Info (platform, description, meta)" }, "escapeSSSite": { "suggested_key": { "windows": "Ctrl+E", "mac": "Command+E", "chromeos": "Ctrl+E", "linux": "Ctrl+E" }, "description": "Redirect to Admin panel" } }, "description": "This extension provides Import\/Export between SS sites and some useful stuff", "manifest_version": 2, "name": "SquarespaceWebsites Tools PRO", "author": "[email protected]", "permissions": [ "activeTab", "storage", "cookies", "https:\/\/*.squarewebsites.org\/*" ], "optional_permissions": [ "notifications", "*:\/\/*.squarespace.com\/*" ], "web_accessible_resources": [ "sqs-tools-inject-obf.js", "assets\/*", "images\/*" ], "content_security_policy": "script-src 'self' https:\/\/assets.squarewebsites.org; object-src 'self'", "externally_connectable": { "matches": [ "https:\/\/*.squarespace.com\/*", "https:\/\/*.squarewebsites.org\/*" ] }, "version": "1.0.93" } |