RankBio - SEO & Website Analysis
RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more...
RankBio - SEO & Website Analysis란 무엇입니까?
RankBio - SEO & Website Analysis은(는) https://rankbio.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more..."입니다.
확장 프로그램 스크린샷
RankBio - SEO & Website Analysis 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
WHAT WE DO? Estimation Traffic and Earnings Google PageSpeed Insights Speed And Optimization Tips Desktop/Mobile Preview Information Server Alexa Rank ALSO, WE CHECK: Page Authority Moz Rank Bounce Rate Keyword Consistency Meta Keywords Meta Description Google Preview Domain Age Page Size
확장 프로그램 기본 정보
이름 | RankBio - SEO & Website Analysis |
ID | mhkpkkjnffeienbjonfiekdmgbcohgmp |
공식 URL | https://chromewebstore.google.com/detail/rankbio-seo-website-analy/mhkpkkjnffeienbjonfiekdmgbcohgmp |
설명 | RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more... |
파일 크기 | 91.43 KB |
설치 횟수 | 359 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2017-12-11 |
출시 날짜 | 2017-12-11 |
평점 | 4.00/5 총 7 개의 평점 |
개발자 | https://rankbio.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | http://rankbio.com/contact |
개인정보 보호 정책 페이지 URL | http://rankbio.com/pages/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RankBio - SEO & Website Analysis", "short_name": "RankBio", "description": "RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more...", "version": "1.0.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "webNavigation", "tabs" ], "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "jquery.min.js", "app.js", "background.js" ] } } |