LocaleSearch
Find where you rank for specific keywords in different locations around the world.
LocaleSearch란 무엇입니까?
LocaleSearch은(는) https://jonnyhudson.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find where you rank for specific keywords in different locations around the world."입니다.
확장 프로그램 스크린샷
LocaleSearch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easily search for a specific search query from any country in the world. Search from 153 countries, in 27 different languages! Most useful for SEO's who want to search for terms depending on their clients location. Development is in progress for search by city. Leave a review with any features you would like to be included in future versions.
확장 프로그램 기본 정보
이름 | |
ID | nmapjchgkedpagbhebahcgndbcjalalb |
공식 URL | https://chrome.google.com/webstore/detail/localesearch/nmapjchgkedpagbhebahcgndbcjalalb |
설명 | Find where you rank for specific keywords in different locations around the world. |
파일 크기 | 9.28 KB |
설치 횟수 | 67 |
현재 버전 | 1 |
최근 업데이트 | 2018-06-04 |
출시 날짜 | 2018-06-04 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://jonnyhudson.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LocaleSearch", "description": "Find where you rank for specific keywords in different locations around the world.", "version": "1", "author": "Jonny Hudson", "browser_action": { "default_icon": "Logo128px.png", "default_popup": "popup.html" }, "icons": { "16": "Logo16px.png", "48": "Logo48px.png", "128": "Logo128px.png" }, "permissions": [ "activeTab" ] } |