Sneaps

Sneaps extension for Webflow

Sneapsคืออะไร?

Sneaps เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sneaps.io และคุณลักษณะหลักของมันคือ "Sneaps extension for Webflow"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sneaps

ดาวน์โหลดไฟล์ส่วนขยาย Sneaps ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sneaps Sneaps
ID adoolmllmijmddgkbgcpaaobimbchoep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sneaps/adoolmllmijmddgkbgcpaaobimbchoep
คำอธิบาย Sneaps extension for Webflow
ขนาดไฟล์ 727 KB
จำนวนการติดตั้ง 221
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2024-01-29
วันที่เผยแพร่ 2023-05-10
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://sneaps.io
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}