Amazon Keyword Harvester PRO and Reverse ASIN
Amazon Keyword Harvester PRO and Reverse ASIN
Amazon Keyword Harvester PRO and Reverse ASIN란 무엇입니까?
Amazon Keyword Harvester PRO and Reverse ASIN은(는) http://zonwords.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazon Keyword Harvester PRO and Reverse ASIN"입니다.
확장 프로그램 스크린샷
Amazon Keyword Harvester PRO and Reverse ASIN 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Smart Reverse ASIN lookup and Amazon Long Tail Keyword Harvester... FREE! Harvest the keywords from your competitors!
확장 프로그램 기본 정보
이름 | |
ID | jghikjckmfoijhacdiajmehdoblajlgh |
공식 URL | https://chrome.google.com/webstore/detail/amazon-keyword-harvester/jghikjckmfoijhacdiajmehdoblajlgh |
설명 | Amazon Keyword Harvester PRO and Reverse ASIN |
파일 크기 | 1007 KB |
설치 횟수 | 35 |
현재 버전 | 0.3 |
최근 업데이트 | 2019-04-02 |
출시 날짜 | 2019-04-02 |
개발자 | http://zonwords.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://zonwords.com/privacy.php |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Keyword Harvester PRO and Reverse ASIN", "short_name": "Reverse ASIN", "version": "0.3", "manifest_version": 2, "description": "Amazon Keyword Harvester PRO and Reverse ASIN", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "permissions": [ "tabs", "contentSettings", "cookies", "storage", "*:\/\/advertising.amazon.com\/*", "*:\/\/www.amazon.com\/*" ], "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "*:\/\/advertising.amazon.com\/*", "*:\/\/www.amazon.com\/*" ], "js": [ "scripts\/contentscript.js" ] } ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/connect.facebook.net\/; object-src 'self'", "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Amazon Keyword Harvester PRO and Reverse ASIN" } } |