Squarespace ID Finder

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

Apa itu Squarespace ID Finder?

Squarespace ID Finder adalah ekstensi Chrome yang dikembangkan oleh https://heathertovey.com, dan fitur utamanya adalah "Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Squarespace ID Finder

Unduh file ekstensi Squarespace ID Finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Squarespace ID Finder Squarespace ID Finder
ID igjamfnifnkmecjidfbdipieoaeghcff
URL Resmi https://chromewebstore.google.com/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff
Deskripsi Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.
Ukuran File 9.93 KB
Jumlah Instalasi 92,878
Versi Saat Ini 0.0.6
Terakhir Diperbarui 2022-05-16
Tanggal Publikasi 2020-03-02
Penilaian 4.94/5 Total 35 Penilaian
Pengembang https://heathertovey.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://heathertovey.com/squarespace-id-finder/
URL Halaman Bantuan https://heathertovey.com/support/
URL Halaman Kebijakan Privasi https://www.heathertovey.com/privacy-policy
Bahasa yang Didukung 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"
    ]
}