META SEO inspector
Easily inspect the meta data found inside web pages, find issues and get advices to fix them.
META SEO inspector란 무엇입니까?
META SEO inspector은(는) https://www.omiod.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily inspect the meta data found inside web pages, find issues and get advices to fix them."입니다.
확장 프로그램 스크린샷
META SEO inspector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is mainly aimed at web developers that need to verify the HTML of their site to follow the Webmasters' Google Guidelines, but even to who is curious about any page contents that are usually not visible, but can reveal interesting site properties. Features: ☆ Discover all the page meta data with just a click! ☆ Always know what is wrong or missing, and how it can be fixed. ☆ Fix your site or study competitors. ☆ Easily copy in clipboard meta tag values. ☆ Print or export the report. ☆ Translated in many languages. ☆ Free and constantly updated. ☆ Full json-LD structure. Most of the advice will help addressing Core Web Vitals issues. Alerts are shown when the meta data is not within certain ranges, for example when the description tag is too short, or too long. To see the changelog please see https://www.omiod.com/meta-seo-inspector/
확장 프로그램 기본 정보
이름 | META SEO inspector |
ID | ibkclpciafdglkjkcibmohobjkcfkaef |
공식 URL | https://chromewebstore.google.com/detail/meta-seo-inspector/ibkclpciafdglkjkcibmohobjkcfkaef |
설명 | Easily inspect the meta data found inside web pages, find issues and get advices to fix them. |
파일 크기 | 334 KB |
설치 횟수 | 220,628 |
현재 버전 | 2.14.5 |
최근 업데이트 | 2024-03-02 |
출시 날짜 | 2020-03-02 |
평점 | 4.37/5 총 542 개의 평점 |
개발자 | https://www.omiod.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.omiod.com/meta-inspector.php |
개인정보 보호 정책 페이지 URL | https://www.omiod.com/meta-seo-inspector/privacy-policy.php |
지원되는 언어 | de,en,fr,es,it,pl,pt-PT,ru,uk,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/32.png", "48": "images\/48.png" }, "default_popup": "views\/popup.html", "default_title": "__MSG_extName__" }, "content_scripts": [ { "all_frames": false, "css": [ "styles\/inject.css" ], "js": [ "scripts\/defines.js", "scripts\/service.js", "scripts\/url2service.js", "scripts\/extractors.js", "scripts\/extractors3.js", "scripts\/content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png" }, "manifest_version": 2, "name": "__MSG_extName__", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "version": "2.14.5", "web_accessible_resources": [ "styles\/inject.css" ] } |