Contenance

Supercharge your SEO workflow directly inside Webflow

Contenance là gì?

Contenance là một tiện ích mở rộng Chrome được phát triển bởi https://www.contenance.io, và tính năng chính của nó là "Supercharge your SEO workflow directly inside 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 Contenance

Tải xuống các tệp mở rộng Contenance 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

                        Contenance is providing a new experience inside the Webflow Designer by adding steps in order to build high-end SEO websites.

Key advantages

✓ Do seo like a pro, no need to be an expert
✓ Easy to use, hard to get wrong on the run
✓ Supercharged your optimization of websites
✓ Invest for efficiency, save time and money
✓ Make sense of number with confidence
✓ Rank every pages of your webflow cms

Our beta is available only for Webflow Designer users, and it’s an SEO extension that provides a workflow to build pages made to be ranked on Google. Our first 1,000 users to get a year plan will get a lifetime advantage: unlimited websites.                    

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

Tên Contenance Contenance
ID kjacbkiblipdeoblnhdgnnambjnalhbn
URL Chính Thức https://chromewebstore.google.com/detail/contenance/kjacbkiblipdeoblnhdgnnambjnalhbn
Mô tả Supercharge your SEO workflow directly inside Webflow
Kích Thước Tệp 11.31 KB
Số Lần Cài Đặt 76
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-04-06
Ngày Phát Hành 2023-03-26
Nhà Phát Triển https://www.contenance.io
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.contenance.io
URL Trang Trợ Giúp https://www.contenance.io/support
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Contenance",
    "version": "1.0.1",
    "description": "Supercharge your SEO workflow directly inside Webflow",
    "author": "Contenance",
    "content_scripts": [
        {
            "js": [
                "scripts\/index.js"
            ],
            "css": [
                "assets\/style.css"
            ],
            "matches": [
                "https:\/\/webflow.com\/design*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/webflow.com\/*"
            ],
            "resources": [
                "scripts\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/webflow.com\/design*"
    ],
    "icons": {
        "32": "icon.png"
    }
}