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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}