Contenance

Supercharge your SEO workflow directly inside Webflow

Contenanceとは何ですか?

Contenanceはhttps://www.contenance.ioによって開発されたChromeの拡張機能で、その主な機能は「Supercharge your SEO workflow directly inside Webflow」です。

拡張機能のスクリーンショット

screenshot

Contenance拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}