SEO/GPT
Streamline your SEO efforts with SEO/GPT's powerful meta title and description generator. Our tool scans your page content and…
Qu'est-ce que SEO/GPT ?
SEO/GPT est une extension Chrome développée par Sjoerd Stottelaar, et sa fonction principale est "Streamline your SEO efforts with SEO/GPT's powerful meta title and description generator. Our tool scans your page content and…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SEO/GPT
Téléchargez les fichiers d'extension SEO/GPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | SEO/GPT |
ID | ggnhpodabnfmpnahconknkdamokghmpg |
URL Officiel | https://chromewebstore.google.com/detail/seogpt/ggnhpodabnfmpnahconknkdamokghmpg |
Description | Streamline your SEO efforts with SEO/GPT's powerful meta title and description generator. Our tool scans your page content and… |
Taille du Fichier | 220 KB |
Nombre d'Installations | 579 |
Version Actuelle | 0.0.7 |
Dernière Mise à Jour | 2023-07-21 |
Date de Publication | 2023-04-26 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Sjoerd Stottelaar |
[email protected] | |
Type de Paiement | in_app |
Langues Prises en Charge | 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 } ] } |