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" } |