Contenance
Supercharge your SEO workflow directly inside Webflow
ما هو Contenance؟
Contenance هو إضافة Chrome تم تطويرها بواسطة https://www.contenance.io، والميزة الرئيسية لها هي "Supercharge your SEO workflow directly inside Webflow".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Contenance
قم بتنزيل ملفات الامتداد Contenance بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | 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" } } |