MozBar
MozBar from Moz
MozBarคืออะไร?
MozBar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Moz และคุณลักษณะหลักของมันคือ "MozBar from Moz"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MozBar
ดาวน์โหลดไฟล์ส่วนขยาย MozBar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |