SEO/GPT
Streamline your SEO efforts with SEO/GPT's powerful meta title and description generator. Our tool scans your page content and…
Cos'è SEO/GPT?
SEO/GPT è un'estensione di Chrome sviluppata da Sjoerd Stottelaar, e la sua funzione principale è "Streamline your SEO efforts with SEO/GPT's powerful meta title and description generator. Our tool scans your page content and…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SEO/GPT
Scarica i file di estensione SEO/GPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | SEO/GPT |
ID | ggnhpodabnfmpnahconknkdamokghmpg |
URL Ufficiale | https://chromewebstore.google.com/detail/seogpt/ggnhpodabnfmpnahconknkdamokghmpg |
Descrizione | Streamline your SEO efforts with SEO/GPT's powerful meta title and description generator. Our tool scans your page content and… |
Dimensione del File | 220 KB |
Conteggio Installazioni | 579 |
Versione Corrente | 0.0.7 |
Ultimo Aggiornamento | 2023-07-21 |
Data di Pubblicazione | 2023-04-26 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Sjoerd Stottelaar |
[email protected] | |
Tipo di Pagamento | in_app |
Lingue Supportate | 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 } ] } |