Google SERP Checker Tool & serp stat API
Free SEO tools to check SERP (Search Engine Result Page) in Google with CSV exprot. Analyse SEO keyword and web ranking easily.
Google SERP Checker Tool & serp stat API란 무엇입니까?
Google SERP Checker Tool & serp stat API은(는) ASOTools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free SEO tools to check SERP (Search Engine Result Page) in Google with CSV exprot. Analyse SEO keyword and web ranking easily."입니다.
확장 프로그램 스크린샷
Google SERP Checker Tool & serp stat API 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This free extension help you to extract Google results against any keywords and export in CSV. ☆ Head to any SERP and get SERP stat with just a click, useful for SEO. ☆ Not only the search results but also categorised them according to different categories, Organic, Ads, People also ask. Help to analyse your own rankings in Google or competition analysis. ☆ We provide SERP API services, it will coming soon, leave some reviews let me know what you need. Features: ● Full list of results with google ranking in SERP, URL, title and result categories ● Works with all search types ● Export in CSV format ● Search keyword for record query How to ues the extension? ● Install this extension and go to google search any keywords ● Click the extension and it will extract the SERP data automatically ● You can export to CSV ● Tips: you can extract 100 Results by adding &num=100 in the Google Searched URL How does the SERP Checker Tool work? ● This extension is browser based only and it does not read or store any of your data remotely.
확장 프로그램 기본 정보
이름 | Google SERP Checker Tool & serp stat API |
ID | hkhnhgapjjpokcicdcgfdjphlempmkje |
공식 URL | https://chromewebstore.google.com/detail/google-serp-checker-tool/hkhnhgapjjpokcicdcgfdjphlempmkje |
설명 | Free SEO tools to check SERP (Search Engine Result Page) in Google with CSV exprot. Analyse SEO keyword and web ranking easily. |
파일 크기 | 78.97 KB |
설치 횟수 | 646 |
현재 버전 | 0.0.0.1 |
최근 업데이트 | 2022-12-18 |
출시 날짜 | 2022-12-17 |
개발자 | ASOTools |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://aranking.io/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "name": "Google SERP Checker Tool & serp stat API", "description": "Free SEO tools to check SERP (Search Engine Result Page) in Google with CSV exprot. Analyse SEO keyword and web ranking easily.", "homepage_url": "https:\/\/aranking.io\/", "action": { "default_title": "Drink Water Event", "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "activeTab" ], "version": "0.0.0.1", "manifest_version": 3, "content_scripts": [ { "js": [ "\/assets\/js\/jquery.min.js", "\/assets\/js\/content-script.js" ], "matches": [ "https:\/\/www.google.com\/*" ], "run_at": "document_end" } ] } |