Squarespace ID Finder

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

Qu'est-ce que Squarespace ID Finder ?

Squarespace ID Finder est une extension Chrome développée par https://heathertovey.com, et sa fonction principale est "Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Squarespace ID Finder

Téléchargez les fichiers d'extension Squarespace ID Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Squarespace ID Finder Squarespace ID Finder
ID igjamfnifnkmecjidfbdipieoaeghcff
URL Officiel 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.
Taille du Fichier 9.93 KB
Nombre d'Installations 92,878
Version Actuelle 0.0.6
Dernière Mise à Jour 2022-05-16
Date de Publication 2020-03-02
Évaluation 4.94/5 Total 35 Évaluations
Développeur https://heathertovey.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://heathertovey.com/squarespace-id-finder/
URL de la Page d'Aide https://heathertovey.com/support/
URL de la Page de Politique de Confidentialité https://www.heathertovey.com/privacy-policy
Langues Prises en Charge 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"
    ]
}