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은(는) Sjoerd Stottelaar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Streamline your SEO efforts with SEO/GPT's powerful meta title and description generator. Our tool scans your page content and…"입니다.
확장 프로그램 스크린샷
SEO/GPT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } ] } |