Sneaps

Sneaps extension for Webflow

Vad är Sneaps?

Sneaps är en Chrome-tillägg utvecklad av https://sneaps.io, och dess huvudfunktion är "Sneaps extension for Webflow".

Tilläggsskärmbilder

screenshot

Ladda ner Sneaps-förlängningens CRX-fil

Ladda ner Sneaps-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Sneaps Sneaps
ID adoolmllmijmddgkbgcpaaobimbchoep
Officiell webbadress https://chromewebstore.google.com/detail/sneaps/adoolmllmijmddgkbgcpaaobimbchoep
Beskrivning Sneaps extension for Webflow
Filstorlek 727 KB
Antal Installationer 221
Aktuell Version 0.0.4
Senast Uppdaterad 2024-01-29
Publiceringsdatum 2023-05-10
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://sneaps.io
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}