Contenance
Supercharge your SEO workflow directly inside Webflow
什么是Contenance?
Contenance是由https://www.contenance.io开发的Chrome扩展程序,该扩展的主要功能是“Supercharge your SEO workflow directly inside Webflow”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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"
}
} | |