AI Generator for Wix SEO
Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.
ما هو AI Generator for Wix SEO؟
AI Generator for Wix SEO هو إضافة Chrome تم تطويرها بواسطة https://certifiedcode.us، والميزة الرئيسية لها هي "Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AI Generator for Wix SEO
قم بتنزيل ملفات الامتداد AI Generator for Wix SEO بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.
معلومات أساسية عن التمديد
الاسم | AI Generator for Wix SEO |
ID | ipniljmjkpmkfgcpklpalkiagpmkgbfj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ai-generator-for-wix-seo/ipniljmjkpmkfgcpklpalkiagpmkgbfj |
الوصف | Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor. |
حجم الملف | 10.88 KB |
عدد التثبيتات | 3,248 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2023-01-10 |
تاريخ النشر | 2023-01-02 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | https://certifiedcode.us |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/editor.wix.com\/*", "https:\/\/create.editorx.com\/*" ] } ], "description": "Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png" }, "manifest_version": 3, "name": "AI Generator for Wix SEO", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |