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"입니다.

확장 프로그램 스크린샷

screenshot

SquarespaceWebsites Tools PRO 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 SquarespaceWebsites Tools PRO
ID iklfaeffcjjbpoholableanfikgndnhc
공식 URL 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"
}