SEO META in 1 CLICK
Displays all meta data and main SEO information for the best SEO
SEO META in 1 CLICK란 무엇입니까?
SEO META in 1 CLICK은(는) https://www.seo-extension.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays all meta data and main SEO information for the best SEO"입니다.
확장 프로그램 스크린샷
SEO META in 1 CLICK 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SEO META in 1 CLICK is a tool that displays all meta tags/data and main seo information clearly. By using this tool, we hope you can better manage and improve your SEO and visibility on Internet We focus on displaying: ✔ title and its length, ✔ description and its length, ✔ URL (and meta-canonical url too), ✔ meta-robots, ✔ displaying headers in order of their appearance in HTML (H1, H2, H3, H4, H5 and H6), ✔ number of images with and without ALT, ✔ the number of links (internal, unique, ...) ✔ Open Graph and twitter social data ✔ Robots.txt and sitemap.xml ✔ and much more... (See printscreens) You can also via ETERNAL TOOLS analyse your site and know how improve it (html, css, Google Rich Snippet, PageSpeed...)
확장 프로그램 기본 정보
이름 | SEO META in 1 CLICK |
ID | bjogjfinolnhfhkbipphpdlldadpnmhc |
공식 URL | https://chromewebstore.google.com/detail/seo-meta-in-1-click/bjogjfinolnhfhkbipphpdlldadpnmhc |
설명 | Displays all meta data and main SEO information for the best SEO |
파일 크기 | 449 KB |
설치 횟수 | 668,176 |
현재 버전 | 2.66 |
최근 업데이트 | 2020-09-27 |
출시 날짜 | 2019-07-19 |
평점 | 4.87/5 총 1018 개의 평점 |
개발자 | https://www.seo-extension.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.seo-extension.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SEO META in 1 CLICK", "description": "Displays all meta data and main SEO information for the best SEO", "version": "2.66", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "minimum_chrome_version": "16.0.884", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "img\/icon128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "bg.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |