Squarespace ID Finder

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

Co to jest Squarespace ID Finder?

Squarespace ID Finder to rozszerzenie Chrome opracowane przez https://heathertovey.com, a jego główną funkcją jest „Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Squarespace ID Finder

Pobierz pliki rozszerzeń Squarespace ID Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Squarespace ID Finder Squarespace ID Finder
ID igjamfnifnkmecjidfbdipieoaeghcff
Oficjalny URL https://chromewebstore.google.com/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff
Opis Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.
Rozmiar pliku 9.93 KB
Liczba instalacji 92,878
Aktualna Wersja 0.0.6
Ostatnia Aktualizacja 2022-05-16
Data Publikacji 2020-03-02
Ocena 4.94/5 Łącznie 35 Oceny
Deweloper https://heathertovey.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://heathertovey.com/squarespace-id-finder/
Adres URL Strony Pomocy https://heathertovey.com/support/
Adres URL Strony Polityki Prywatności https://www.heathertovey.com/privacy-policy
Obsługiwane Języki 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"
    ]
}