MozBar
MozBar from Moz
MozBar란 무엇입니까?
MozBar은(는) Moz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MozBar from Moz"입니다.
확장 프로그램 스크린샷
MozBar 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The all-in-one SEO toolbar for research on the go. MozBar gives you instant metrics while viewing any page or SERP. -Create custom searches by engine, country, region, or city. -Quickly assess the Page Authority and Domain Authority of any site or page. -Access and compare link metrics across pages while viewing any SERP. -Find and highlight keywords on a page and differentiate links by type: Followed, No-Followed, External, or Internal. -Expose page elements, general attributes, markup, and HTTP status. -Export your search engine results page (SERP) analysis details to a CSV file. Get more with a Moz Pro Subscription -Unlock additional MozBar Premium features: --Keyword Difficulty -View the Keyword Difficulty score for any search term on any SERP in real-time. -Page Optimization -Get instant page optimization detail and content suggestions for any keyword on any page. -More Metrics -Dig deeper into page and SERP analysis data with root domain and subdomain links, unlimited Open Site Explorer reports and more.
확장 프로그램 기본 정보
이름 | MozBar |
ID | eakacpaijcpapndcfffdgphdiccmpknp |
공식 URL | https://chromewebstore.google.com/detail/mozbar/eakacpaijcpapndcfffdgphdiccmpknp |
설명 | MozBar from Moz |
파일 크기 | 1.26 MB |
설치 횟수 | 1,167,935 |
현재 버전 | 3.1.271 |
최근 업데이트 | 2022-01-21 |
출시 날짜 | 2019-10-30 |
평점 | 3.73/5 총 2059 개의 평점 |
개발자 | Moz |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://moz.com |
도움말 페이지 URL | http://moz.com/help |
개인정보 보호 정책 페이지 URL | https://moz.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MozBar", "version": "3.1.271", "description": "MozBar from Moz", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/mozbar.moz.com; object-src 'self'", "icons": { "32": "images\/icon.png", "48": "images\/icon-(48x48).png", "128": "images\/icon-(128x128).png" }, "browser_action": { "default_icon": { "19": "images\/mozicon_off_19x19.png", "38": "images\/mozicon_off_38x38.png" }, "default_title": "MozBar from Moz\n(Ctrl+Shift+Alt+M)" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/underscore.js", "scripts\/backbone.js", "scripts\/jquery.js", "scripts\/handlebars.js", "scripts\/perfect-scrollbar.js", "scripts\/jquery.mousewheel.js", "scripts\/jquery.highlight.js", "scripts\/content_page.js" ], "css": [ "styles\/content_page.css" ], "all_frames": false, "run_at": "document_idle" } ], "background": { "scripts": [ "scripts\/underscore.js", "scripts\/backbone.js", "scripts\/jquery.js", "scripts\/handlebars.js", "scripts\/perfect-scrollbar.js", "scripts\/jquery.mousewheel.js", "scripts\/jquery.highlight.js", "scripts\/browser_button.js" ], "persistent": true }, "permissions": [ "*:\/\/*.moz.com\/", "*:\/\/fonts.googleapis.com\/", "*:\/\/themes.googleusercontent.com\/", "storage", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "images\/mozicon_19x19.png", "images\/mozicon_38x38.png", "styles\/main.css", "styles\/toolbar.css" ] } |