Sneaps

Sneaps extension for Webflow

Wat is Sneaps?

Sneaps is een Chrome-extensie ontwikkeld door https://sneaps.io, en de belangrijkste functie is "Sneaps extension for Webflow".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sneaps

Download Sneaps-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Sneaps Sneaps
ID adoolmllmijmddgkbgcpaaobimbchoep
Officiële URL https://chromewebstore.google.com/detail/sneaps/adoolmllmijmddgkbgcpaaobimbchoep
Beschrijving Sneaps extension for Webflow
Bestandsgrootte 727 KB
Aantal Installaties 221
Huidige Versie 0.0.4
Laatst Bijgewerkt 2024-01-29
Publicatiedatum 2023-05-10
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://sneaps.io
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}