SpiralDB
SpiralDB is a free tool that gives an overview of a site’s health via its link profile, search visibility and several other factors
SpiralDBคืออะไร?
SpiralDB เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dom Hodgson และคุณลักษณะหลักของมันคือ "SpiralDB is a free tool that gives an overview of a site’s health via its link profile, search visibility and several other factors"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SpiralDB
ดาวน์โหลดไฟล์ส่วนขยาย SpiralDB ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
SpiralDB is a free project built off the back of the strong relationships that exist between LinkRisk, Ahrefs, SEMRush and Majestic. We wanted to make a free tool that very quickly and easily gives you an overview of a website’s health via its link profile, search engine visibility and several other factors. Powered by Phil and Colin, the SpiralDB chrome extension gives you a lot of useful domain level information at the click of a button. Sign up now and see what you think – after all, its free :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ogcfndnlbhgdfcmpodgmhjhknepfhhjj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/spiraldb/ogcfndnlbhgdfcmpodgmhjhknepfhhjj |
คำอธิบาย | SpiralDB is a free tool that gives an overview of a site’s health via its link profile, search visibility and several other factors |
ขนาดไฟล์ | 10.4 KB |
จำนวนการติดตั้ง | 174 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2015-04-15 |
วันที่เผยแพร่ | 2015-04-15 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Dom Hodgson |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://spiraldb.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "SpiralDB" }, "name": "SpiralDB", "description": "SpiralDB is a free tool that gives an overview of a site\u2019s health via its link profile, search visibility and several other factors", "homepage_url": "http:\/\/spiraldb.com", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.2", "manifest_version": 2 } |