AI Generator for Wix SEO
Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.
Co to jest AI Generator for Wix SEO?
AI Generator for Wix SEO to rozszerzenie Chrome opracowane przez https://certifiedcode.us, a jego główną funkcją jest „Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AI Generator for Wix SEO
Pobierz pliki rozszerzeń AI Generator for Wix SEO w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.
Podstawowe informacje o rozszerzeniu
Nazwa | AI Generator for Wix SEO |
ID | ipniljmjkpmkfgcpklpalkiagpmkgbfj |
Oficjalny URL | https://chromewebstore.google.com/detail/ai-generator-for-wix-seo/ipniljmjkpmkfgcpklpalkiagpmkgbfj |
Opis | Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor. |
Rozmiar pliku | 10.88 KB |
Liczba instalacji | 3,248 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2023-01-10 |
Data Publikacji | 2023-01-02 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | https://certifiedcode.us |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |