Squarespace ID Finder

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

Cos'è Squarespace ID Finder?

Squarespace ID Finder è un'estensione di Chrome sviluppata da https://heathertovey.com, e la sua funzione principale è "Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Squarespace ID Finder

Scarica i file di estensione Squarespace ID Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Squarespace ID Finder Squarespace ID Finder
ID igjamfnifnkmecjidfbdipieoaeghcff
URL Ufficiale https://chromewebstore.google.com/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff
Descrizione Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.
Dimensione del File 9.93 KB
Conteggio Installazioni 92,878
Versione Corrente 0.0.6
Ultimo Aggiornamento 2022-05-16
Data di Pubblicazione 2020-03-02
Valutazione 4.94/5 Totale 35 Valutazioni
Sviluppatore https://heathertovey.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://heathertovey.com/squarespace-id-finder/
URL della Pagina di Aiuto https://heathertovey.com/support/
URL della Pagina della Politica sulla Privacy https://www.heathertovey.com/privacy-policy
Lingue Supportate 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"
    ]
}