Sneaps

Sneaps extension for Webflow

Sneaps là gì?

Sneaps là một tiện ích mở rộng Chrome được phát triển bởi https://sneaps.io, và tính năng chính của nó là "Sneaps extension for Webflow".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sneaps

Tải xuống các tệp mở rộng Sneaps dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sneaps Sneaps
ID adoolmllmijmddgkbgcpaaobimbchoep
URL Chính Thức https://chromewebstore.google.com/detail/sneaps/adoolmllmijmddgkbgcpaaobimbchoep
Mô tả Sneaps extension for Webflow
Kích Thước Tệp 727 KB
Số Lần Cài Đặt 221
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2024-01-29
Ngày Phát Hành 2023-05-10
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://sneaps.io
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}