Keyword Sniper PRO
Keyword Analysis Made Easy. A single tool to dominate them all. Keyword Sniper PRO integrates BSR analysis directly into Amazon and…
Keyword Sniper PRO란 무엇입니까?
Keyword Sniper PRO은(는) BJF Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keyword Analysis Made Easy. A single tool to dominate them all. Keyword Sniper PRO integrates BSR analysis directly into Amazon and…"입니다.
확장 프로그램 스크린샷
Keyword Sniper PRO 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Keyword Analysis Made Easy. A single tool to dominate them all. Keyword Sniper PRO integrates BSR analysis directly into Amazon and Audible search pages. An easy, seamless and native experience for your keyword research process. Because we know, you’re always keyword-researching, after all. Yes, you read that right. Audible BSR. Easy to read. In seconds.
확장 프로그램 기본 정보
이름 | |
ID | bjhmnaafcikhllbdlapmhjfgihiedlcj |
공식 URL | https://chrome.google.com/webstore/detail/keyword-sniper-pro/bjhmnaafcikhllbdlapmhjfgihiedlcj |
설명 | Keyword Analysis Made Easy. A single tool to dominate them all. Keyword Sniper PRO integrates BSR analysis directly into Amazon and… |
파일 크기 | 927 KB |
설치 횟수 | 99 |
현재 버전 | 0.3 |
최근 업데이트 | 2020-04-30 |
출시 날짜 | 2020-04-30 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | BJF Software |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://keywordsniperpro.com |
개인정보 보호 정책 페이지 URL | http://bnbtrackreport.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "libs\/jquery-3.3.1.js", "src\/background.js" ] }, "browser_action": { "default_icon": { "38": "icons\/logo.png" }, "_COMMENT_default_popup": "src\/popup.html", "default_title": "Keyword Sniper PRO" }, "content_scripts": [ { "js": [ "libs\/jquery-3.3.1.js", "src\/common.js", "src\/content-script.js" ], "matches": [ "*:\/\/*.audible.com\/*" ], "run_at": "document_start" }, { "js": [ "libs\/jquery-3.3.1.js", "src\/common.js", "src\/amazon.js" ], "matches": [ "*:\/\/*.amazon.com\/Best-Sellers-Kindle-Store-eBooks\/*", "*:\/\/*.amazon.com\/Best-Sellers-Audible-Audiobooks\/*", "*:\/\/*.amazon.com\/*" ], "run_at": "document_start" }, { "js": [ "libs\/jquery-3.3.1.js", "src\/common.js", "src\/amazonView.js" ], "matches": [ "*:\/\/*.amazon.com\/*" ], "run_at": "document_start" } ], "description": "", "icons": { "48": "icons\/logo.png" }, "manifest_version": 2, "name": "Keyword Sniper PRO", "permissions": [ "storage", "https:\/\/www.amazon.com\/*", "http:\/\/www.amazon.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.3" } |