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 |
| 官方網址 | 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"
}
} | |