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 là gì?
SpiralDB là một tiện ích mở rộng Chrome được phát triển bởi Dom Hodgson, và tính năng chính của nó là "SpiralDB is a free tool that gives an overview of a site’s health via its link profile, search visibility and several other factors".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SpiralDB
Tải xuống các tệp mở rộng SpiralDB dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ogcfndnlbhgdfcmpodgmhjhknepfhhjj |
URL Chính Thức | https://chromewebstore.google.com/detail/spiraldb/ogcfndnlbhgdfcmpodgmhjhknepfhhjj |
Mô tả | SpiralDB is a free tool that gives an overview of a site’s health via its link profile, search visibility and several other factors |
Kích Thước Tệp | 10.4 KB |
Số Lần Cài Đặt | 174 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2015-04-15 |
Ngày Phát Hành | 2015-04-15 |
Đánh Giá | 4.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Dom Hodgson |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://spiraldb.com |
Ngôn Ngữ Được Hỗ Trợ | 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 } |