SEO Site Tools, Site Analysis
One-click SEO extension. Quick access to SEO analysis. Features: website indexed pages, backlinks, Alexa, IP, SEO stats and tools.
SEO Site Tools, Site Analysis란 무엇입니까?
SEO Site Tools, Site Analysis은(는) SEO Analysis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One-click SEO extension. Quick access to SEO analysis. Features: website indexed pages, backlinks, Alexa, IP, SEO stats and tools."입니다.
확장 프로그램 스크린샷
SEO Site Tools, Site Analysis 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
One-click Chrome SEO extension. Quick access to website SEO analysis. Main features: website indexed pages, backlinks, Alexa, IP, SEO stats and tools. Full Features: ✓ Indexed Pages in Google, Yahoo, Bing, Baidu ✓ Backlinks in Google, Yahoo, Bing ✓ Page Cache in Google ✓ Alexa Rank ✓ Server IP Geolocation ✓ Domain Whois Lookup ✓ Traffic Graph ✓ DNS Information ✓ Robots.txt and Sitemap.xml Detect ✓ One Click to Copy Current Page Domain, URL, IP and Title SEO Tools: ✓ Keyword Density Check ✓ Meta Tag Analyzer ✓ Meta Tag Generator ✓ HTTP Header ✓ Redirect Checker ✓ Article Shuffler ✓ Word Counter ✓ Character Encoder / Decoder ✓ IP Lookup ✓ My IP ✓ ... Also available for Firefox: https://addons.mozilla.org/en-US/firefox/addon/seo-site-tools-site-analysis/ If you like this extension, please give it 5 star, thank you!
확장 프로그램 기본 정보
이름 | SEO Site Tools, Site Analysis |
ID | femogmcmjpjkokoojcljkpfdifkpbbpp |
공식 URL | https://chromewebstore.google.com/detail/seo-site-tools-site-analy/femogmcmjpjkokoojcljkpfdifkpbbpp |
설명 | One-click SEO extension. Quick access to SEO analysis. Features: website indexed pages, backlinks, Alexa, IP, SEO stats and tools. |
파일 크기 | 479 KB |
설치 횟수 | 30,667 |
현재 버전 | 2.2.5 |
최근 업데이트 | 2021-05-05 |
출시 날짜 | 2020-05-09 |
평점 | 3.91/5 총 138 개의 평점 |
개발자 | SEO Analysis |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://checkserp.com/seo-extension/ |
개인정보 보호 정책 페이지 URL | https://checkserp.com/privacy |
지원되는 언어 | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,ta,th,am-ET,ar,zh-TW,ja,ko |
manifest.json | |
{ "background": { "default_title": "SEO Site Tools, Site Analysis", "page": "background.html" }, "browser_action": { "default_icon": "chrome\/content\/img\/128.png", "default_popup": "chrome\/content\/popup.html", "default_title": "SEO Site Tools" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "description": "__MSG_desc__", "icons": { "128": "chrome\/content\/img\/128.png", "16": "chrome\/content\/img\/16.png", "32": "chrome\/content\/img\/32.png", "48": "chrome\/content\/img\/48.png", "64": "chrome\/content\/img\/64.png" }, "manifest_version": 2, "name": "__MSG_name__", "options_page": "chrome\/content\/options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "clipboardWrite" ], "short_name": "SEO Site Tools", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.2.5" } |