SERP Keyword Extractor by searchanalyzer.io
SERP Keyword Extractor simplifies your keyword research. Extract keyword suggestions and questions directly from Google or Bing.
SERP Keyword Extractor by searchanalyzer.io란 무엇입니까?
SERP Keyword Extractor by searchanalyzer.io은(는) https://searchanalyzer.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SERP Keyword Extractor simplifies your keyword research. Extract keyword suggestions and questions directly from Google or Bing."입니다.
확장 프로그램 스크린샷
SERP Keyword Extractor by searchanalyzer.io 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you looking for a way to easily extract keywords from search results of Google and Bing? SERP Keyword Scraper is here to help! It's super simple: 1. Perform your search on either Google, Google Shopping, Google Image search or Bing 2. Extract all keyword suggestions from the search result page (SERP), like related searches, people also ask and search refinements by using the keyboard shortcut CTRL + . (period) on PC or CMD + . on Mac. Alternatively, click on the plugin logo to perform the extraction 3. The data is stored in your clipboard - paste it into a spreadsheet to work with the data Generating keyword ideas has never been easier! How does SERP Keyword scraper work? Everything happens on your machine! We access the source code of the search result and extract the data for you. The plugin isn't using any third party data. Find more information about the tool here: https://www.stephan-czysch.de/serp-keyword-scraper-plugin/installed
확장 프로그램 기본 정보
이름 | SERP Keyword Extractor by searchanalyzer.io |
ID | ahecijdolccppiloabfbhpjbpelnlcea |
공식 URL | https://chromewebstore.google.com/detail/serp-keyword-extractor-by/ahecijdolccppiloabfbhpjbpelnlcea |
설명 | SERP Keyword Extractor simplifies your keyword research. Extract keyword suggestions and questions directly from Google or Bing. |
파일 크기 | 33.93 KB |
설치 횟수 | 3,887 |
현재 버전 | 2.0 |
최근 업데이트 | 2023-06-19 |
출시 날짜 | 2020-11-08 |
평점 | 4.20/5 총 10 개의 평점 |
개발자 | https://searchanalyzer.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.searchanalyzer.io/serp-keyword-extractor-plugin |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.0", "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/logo.png", "default_title": "SERP Keyword Extractor by searchanalyzer.io" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Period", "mac": "Command+Period" } } }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/*google.*\/*", "*:\/\/*bing.*\/*" ], "run_at": "document_idle" } ], "description": "SERP Keyword Extractor simplifies your keyword research. Extract keyword suggestions and questions directly from Google or Bing.", "homepage_url": "https:\/\/www.searchanalyzer.io\/serp-keyword-extractor-plugin", "icons": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png" }, "name": "SERP Keyword Extractor by searchanalyzer.io", "permissions": [ "notifications", "clipboardWrite" ] } |