SEO PageRank
Give the current page's SEO score, help you find issues and get advices to fix them
SEO PageRankคืออะไร?
SEO PageRank เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.pagerankstatus.org และคุณลักษณะหลักของมันคือ "Give the current page's SEO score, help you find issues and get advices to fix them"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SEO PageRank
ดาวน์โหลดไฟล์ส่วนขยาย SEO PageRank ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Give an SEO score based on the following content on the page: 1.Url 2. Title 3. Description 4. Article length 5. Article structure 6. Images 7. Head tags
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SEO PageRank |
ID | lndiecnlfaibiffoeijpjnblnmdlcpog |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/seo-pagerank/lndiecnlfaibiffoeijpjnblnmdlcpog |
คำอธิบาย | Give the current page's SEO score, help you find issues and get advices to fix them |
ขนาดไฟล์ | 60.96 KB |
จำนวนการติดตั้ง | 11,001 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2022-11-06 |
วันที่เผยแพร่ | 2022-11-06 |
คะแนน | 3.44/5 รวมทั้งหมด 103 คะแนน |
ผู้พัฒนา | https://www.pagerankstatus.org |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SEO PageRank", "description": "Give the current page's SEO score, help you find issues and get advices to fix them", "version": "1.2.1", "icons": { "128": "img\/logo-128.png", "16": "img\/logo-16.png", "48": "img\/logo-48.png" }, "background": { "service_worker": "\/background.js" }, "action": { "default_icon": "img\/logo.png", "default_title": "SEO PageRank", "name": "SEO PageRank", "default_popup": "popup.html" }, "homepage_url": "https:\/\/www.pagerankstatus.org", "permissions": [ "activeTab" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/content.js" ] } ] } |