Sneaps

Sneaps extension for Webflow

What is Sneaps?

Sneaps is a Chrome extension developed by https://sneaps.io, and its main feature is "Sneaps extension for Webflow".

Extension Screenshots

screenshot

Download Sneaps Extension CRX File

Download Sneaps extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Sneaps Sneaps
ID adoolmllmijmddgkbgcpaaobimbchoep
Official URL https://chromewebstore.google.com/detail/sneaps/adoolmllmijmddgkbgcpaaobimbchoep
Description Sneaps extension for Webflow
File Size 727 KB
Installation Count 221
Current Version 0.0.4
Last Updated 2024-01-29
Publish Date 2023-05-10
Rating 5.00/5 Total 3 Ratings
Developer https://sneaps.io
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}