Squarespace ID Finder

Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.

What is Squarespace ID Finder?

Squarespace ID Finder is a Chrome extension developed by https://heathertovey.com, and its main feature is "Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Squarespace ID Finder Extension CRX File

Download Squarespace ID Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Don't waste time searching through the code with dev tools looking for an id.

Click on the icon to see every id from collections, index pages, sections, and blocks on your Squarespace page. Then, you can simply click on the id to copy it and use it in your own code.                    

Extension Basic Information

Name Squarespace ID Finder Squarespace ID Finder
ID igjamfnifnkmecjidfbdipieoaeghcff
Official URL https://chromewebstore.google.com/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff
Description Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.
File Size 9.93 KB
Installation Count 92,878
Current Version 0.0.6
Last Updated 2022-05-16
Publish Date 2020-03-02
Rating 4.94/5 Total 35 Ratings
Developer https://heathertovey.com
Email [email protected]
Payment Type free
Extension Website https://heathertovey.com/squarespace-id-finder/
Help Page URL https://heathertovey.com/support/
Privacy Policy Page URL https://www.heathertovey.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Squarespace ID Finder",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.",
    "homepage_url": "https:\/\/heathertovey.com",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Find Squarespace Ids",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "clipboardWrite"
    ]
}