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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |