Squarespace ID Finder

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

Wat is Squarespace ID Finder?

Squarespace ID Finder is een Chrome-extensie ontwikkeld door https://heathertovey.com, en de belangrijkste functie is "Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Squarespace ID Finder

Download Squarespace ID Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Squarespace ID Finder Squarespace ID Finder
ID igjamfnifnkmecjidfbdipieoaeghcff
Officiële URL https://chromewebstore.google.com/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff
Beschrijving Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.
Bestandsgrootte 9.93 KB
Aantal Installaties 92,878
Huidige Versie 0.0.6
Laatst Bijgewerkt 2022-05-16
Publicatiedatum 2020-03-02
Beoordeling 4.94/5 Totaal 35 Beoordelingen
Ontwikkelaar https://heathertovey.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://heathertovey.com/squarespace-id-finder/
Help Pagina-URL https://heathertovey.com/support/
URL van de Privacybeleid Pagina https://www.heathertovey.com/privacy-policy
Ondersteunde Talen 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"
    ]
}