GigHunt - Fiverr™ SEO Tool
Get insights on competetion and demand for any niche on Fiverr with a list of suggested keywords!
GigHunt - Fiverr™ SEO Tool란 무엇입니까?
GigHunt - Fiverr™ SEO Tool은(는) Youcef Zaid에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get insights on competetion and demand for any niche on Fiverr with a list of suggested keywords!"입니다.
확장 프로그램 스크린샷
GigHunt - Fiverr™ SEO Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
GigHunt helps you: DISCOVER HOT NICHES that your competitors are missing. 🔥 Find LOW COMPETETION KEYWORDS for your niche and category. 🚀 Pick the right tags for your gigs and RANK ON THE 1ST PAGE. 🌟 Learn from the top gigs in your niche and COPY THEIR STRATEGIES. 🕵️♂️ GigHunt is easy to use and works with any Fiverr category. Whether you are new or experienced, GigHunt can help you grow your Fiverr business and level up quickly. 💯
확장 프로그램 기본 정보
이름 | GigHunt - Fiverr™ SEO Tool |
ID | mpbnjpkbohhoefcodlbdidcajkdieadl |
공식 URL | https://chromewebstore.google.com/detail/gighunt-fiverr-seo-tool/mpbnjpkbohhoefcodlbdidcajkdieadl |
설명 | Get insights on competetion and demand for any niche on Fiverr with a list of suggested keywords! |
파일 크기 | 29.82 KB |
설치 횟수 | 42 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2024-02-07 |
출시 날짜 | 2023-11-30 |
개발자 | Youcef Zaid |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://youzd.gumroad.com/l/gighunt |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GigHunt - Fiverr\u2122 SEO Tool", "version": "1.0.1", "description": "Get insights on competetion and demand for any niche on Fiverr with a list of suggested keywords!", "permissions": [ "storage" ], "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png", "128": "assets\/icon.png" } }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.content.js.b3d6c0e2.b4a1f99b.js" ], "matches": [ "https:\/\/www.fiverr.com\/search\/gigs?query=*", "https:\/\/www.fiverr.com\/categories\/*", "http:\/\/www.fiverr.com\/search\/gigs?query=*", "http:\/\/www.fiverr.com\/categories\/*" ], "css": [ "assets\/content.js.f0bed13d.css" ] } ], "icons": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png", "128": "assets\/icon.png" }, "web_accessible_resources": [ { "matches": [ "https:\/\/www.fiverr.com\/*" ], "resources": [ "assets\/*.png" ], "use_dynamic_url": false }, { "matches": [ "http:\/\/www.fiverr.com\/*", "http:\/\/www.fiverr.com\/*", "https:\/\/www.fiverr.com\/*", "https:\/\/www.fiverr.com\/*" ], "resources": [ "assets\/content.js.b3d6c0e2.js" ], "use_dynamic_url": true } ] } |