Sneaps

Sneaps extension for Webflow

Was ist Sneaps?

Sneaps ist eine Chrome-Erweiterung, die von https://sneaps.io entwickelt wurde, und ihr Hauptmerkmal ist "Sneaps extension for Webflow".

Erweiterungsscreenshots

screenshot

Sneaps-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sneaps-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Sneaps is an extension that helps Webflow developers have better technical SEO.With Sneaps, it is easy to identify areas for SEO improvement and take action to boost site's rankings.

With Sneaps you can audit the following items :
- indexing of the staging domain
- status of the sitemap.xml file
- status of the robots.txt file
- status of your minified file
- add true rich text inside the collections with tables, codes, inline colors
- and many more                    

Grundlegende Informationen zur Erweiterung

Name Sneaps Sneaps
ID adoolmllmijmddgkbgcpaaobimbchoep
Offizielle URL https://chromewebstore.google.com/detail/sneaps/adoolmllmijmddgkbgcpaaobimbchoep
Beschreibung Sneaps extension for Webflow
Dateigröße 727 KB
Installationsanzahl 221
Aktuelle Version 0.0.4
Letztes Update 2024-01-29
Veröffentlichungsdatum 2023-05-10
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://sneaps.io
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sneaps",
    "version": "0.0.4",
    "description": "Sneaps extension for Webflow",
    "author": "Beno\u00eet Eveillard & Micka\u00ebl Boussard",
    "icons": {
        "128": "sneaps-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "tinymce\/**",
                "scripts\/init-tinymce.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "hello.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/webflow.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.webflow.com\/*"
            ],
            "js": [
                "scripts\/content-api.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ]
}