SEO/GPT
Streamline your SEO efforts with SEO/GPT's powerful meta title and description generator. Our tool scans your page content and…
Τι είναι το SEO/GPT;
Το SEO/GPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sjoerd Stottelaar, και η κύρια λειτουργία του είναι "Streamline your SEO efforts with SEO/GPT's powerful meta title and description generator. Our tool scans your page content and…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SEO/GPT
Λήψη αρχείων επέκτασης SEO/GPT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Streamline your SEO efforts with SEO/GPT's powerful meta title and description generator. Our tool scans your page content and automatically generates a unique meta title or description that accurately represents your content. 🤖 Automatically generates a SEO title for your webpage 🤖 Automatically generates a SEO meta description of the current page Say goodbye to time-consuming copy-and-pasting tasks, and say hello to the convenience of generating your meta tags directly from your page. Try SEO/GPT's meta title and description generator today. Improve your on page SEO in minutes with the power of Open AI's GPT-4 model.
Βασικές Πληροφορίες Επέκτασης
Όνομα | SEO/GPT |
ID | ggnhpodabnfmpnahconknkdamokghmpg |
Επίσημο URL | https://chromewebstore.google.com/detail/seogpt/ggnhpodabnfmpnahconknkdamokghmpg |
Περιγραφή | Streamline your SEO efforts with SEO/GPT's powerful meta title and description generator. Our tool scans your page content and… |
Μέγεθος Αρχείου | 220 KB |
Αριθμός Εγκαταστάσεων | 579 |
Τρέχουσα Έκδοση | 0.0.7 |
Τελευταία Ενημέρωση | 2023-07-21 |
Ημερομηνία Δημοσίευσης | 2023-04-26 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Sjoerd Stottelaar |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SEO\/GPT", "version": "0.0.7", "action": { "default_popup": "index.html" }, "permissions": [ "activeTab", "scripting" ], "content_scripts": [ { "js": [ "assets\/content-script-loader.content.js-879fb7dd-9c745ed6.js" ], "matches": [ "https:\/\/*\/*" ] } ], "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*" ], "resources": [ "assets\/content.js-879fb7dd.js" ], "use_dynamic_url": true } ] } |