Sneaps

Sneaps extension for Webflow

O que é Sneaps?

Sneaps é uma extensão do Chrome desenvolvida por https://sneaps.io, e sua principal característica é "Sneaps extension for Webflow".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sneaps

Baixe arquivos de extensão Sneaps no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Sneaps Sneaps
ID adoolmllmijmddgkbgcpaaobimbchoep
URL Oficial https://chromewebstore.google.com/detail/sneaps/adoolmllmijmddgkbgcpaaobimbchoep
Descrição Sneaps extension for Webflow
Tamanho do Arquivo 727 KB
Contagem de Instalações 221
Versão Atual 0.0.4
Última Atualização 2024-01-29
Data de Publicação 2023-05-10
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://sneaps.io
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}