Contenance

Supercharge your SEO workflow directly inside Webflow

Contenanceคืออะไร?

Contenance เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.contenance.io และคุณลักษณะหลักของมันคือ "Supercharge your SEO workflow directly inside Webflow"

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

screenshot

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

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

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

                        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.                    

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

ชื่อ Contenance Contenance
ID kjacbkiblipdeoblnhdgnnambjnalhbn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/contenance/kjacbkiblipdeoblnhdgnnambjnalhbn
คำอธิบาย Supercharge your SEO workflow directly inside Webflow
ขนาดไฟล์ 11.31 KB
จำนวนการติดตั้ง 76
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-04-06
วันที่เผยแพร่ 2023-03-26
ผู้พัฒนา https://www.contenance.io
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.contenance.io
URL หน้าช่วยเหลือ https://www.contenance.io/support
ภาษาที่รองรับ 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"
    }
}