SquarespaceWebsites Tools PRO

This extension provides Import/Export between SS sites and some useful stuff

SquarespaceWebsites Tools PRO क्या है?

SquarespaceWebsites Tools PRO https://squarewebsites.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides Import/Export between SS sites and some useful stuff"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SquarespaceWebsites Tools PRO एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}