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 là gì?
AI Generator for Wix SEO là một tiện ích mở rộng Chrome được phát triển bởi https://certifiedcode.us, và tính năng chính của nó là "Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AI Generator for Wix SEO
Tải xuống các tệp mở rộng AI Generator for Wix SEO dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AI Generator for Wix SEO |
ID | ipniljmjkpmkfgcpklpalkiagpmkgbfj |
URL Chính Thức | https://chromewebstore.google.com/detail/ai-generator-for-wix-seo/ipniljmjkpmkfgcpklpalkiagpmkgbfj |
Mô tả | Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor. |
Kích Thước Tệp | 10.88 KB |
Số Lần Cài Đặt | 3,248 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-01-10 |
Ngày Phát Hành | 2023-01-02 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://certifiedcode.us |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |