Keyword Hunter (Redbubble)
Keyword research tool for redbubble. Keyword research tool and keyword analytics guru. Get a license for full access.
Keyword Hunter (Redbubble)란 무엇입니까?
Keyword Hunter (Redbubble)은(는) Mr. Wizard에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keyword research tool for redbubble. Keyword research tool and keyword analytics guru. Get a license for full access."입니다.
확장 프로그램 스크린샷
Keyword Hunter (Redbubble) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Keyword Hunter is a keyword research tool specially designed and developed for redbubble. I had the inspiration for developing this extension from several other tools which is why you may find some similarities in the user interfaces. Where this works? When you visit any category from the menu or search for any products using keywords; this extension triggers it's magic word and gathers the important keywords for you. Displayed in a nicely organised way and let's you download all the gathered keywords in a single csv file. To get full access to this extension you will need a license key which can be collected by the following method: For License Visit This https://www.buymeacoffee.com/adulqadir/keyword-hunter-redbubble-licenses It contains a list of several licenses to activate this extension. N.B.: License list is updated each month. If your current license is not working please visit this page again and copy the latest license. All Done.
확장 프로그램 기본 정보
이름 | Keyword Hunter (Redbubble) |
ID | bleghooilibknfbmgepdcmhonllmjace |
공식 URL | https://chromewebstore.google.com/detail/keyword-hunter-redbubble/bleghooilibknfbmgepdcmhonllmjace |
설명 | Keyword research tool for redbubble. Keyword research tool and keyword analytics guru. Get a license for full access. |
파일 크기 | 51.65 KB |
설치 횟수 | 35 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2023-11-21 |
출시 날짜 | 2023-11-18 |
개발자 | Mr. Wizard |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.buymeacoffee.com/adulqadir/membership |
도움말 페이지 URL | https://www.buymeacoffee.com/adulqadir/membership |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.1", "name": "Keyword Hunter (Redbubble)", "description": "Keyword research tool for redbubble. Keyword research tool and keyword analytics guru. Get a license for full access.", "permissions": [ "storage" ], "action": { "default_title": "Keyword Hunter", "default_popup": "index.html" }, "icons": { "16": "assets\/logo.png", "24": "assets\/logo.png", "32": "assets\/logo.png", "48": "assets\/logo.png", "128": "assets\/logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.redbubble.com\/shop\/*" ], "js": [ "content.js" ], "css": [ "assets\/css\/style.css" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/icons\/*", "assets\/*" ], "matches": [ " |