Dart Profit - Shopee Keyword Research Tool
A chrome chextension to find more keywords from Shopee
Dart Profit - Shopee Keyword Research Tool란 무엇입니까?
Dart Profit - Shopee Keyword Research Tool은(는) Christopher에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome chextension to find more keywords from Shopee"입니다.
확장 프로그램 스크린샷
Dart Profit - Shopee Keyword Research Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Dart Profit - Keywords Research Tool is a chrome extension that helps Shopee Seller with Keyword Research and Keyword Volume Research. Main features: 1. Able to search single keywords and extract the keyword suggestion from Shopee. 2. Able to put in seed keywords and automatically insert A-Z letter to get more keyword suggestions, extract and copy it for your research later. 3. Able to search the volume of the keyword in the Shopee Seller Ads page and extract the result (Keyword, Bid, and Volume) Shopee is a trademark of Shopee.com, Inc. This extension was not created or endorsed by Shopee.
확장 프로그램 기본 정보
이름 | Dart Profit - Shopee Keyword Research Tool |
ID | beagnglbkbdmfkjdahbmcjoacljggnoh |
공식 URL | https://chromewebstore.google.com/detail/dart-profit-shopee-keywor/beagnglbkbdmfkjdahbmcjoacljggnoh |
설명 | A chrome chextension to find more keywords from Shopee |
파일 크기 | 70.23 KB |
설치 횟수 | 264 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2022-09-20 |
출시 날짜 | 2022-09-15 |
개발자 | Christopher |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dart Profit - Shopee Keyword Research Tool", "description": "A chrome chextension to find more keywords from Shopee", "version": "1.0.1", "manifest_version": 3, "homepage_url": "https:\/\/dartprofit.com\/", "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "64": "icons\/64x64.png", "128": "icons\/128x128.png" }, "action": { "default_title": "Shopee Research", "default_popup": "popup.html", "default_icon": "icons\/128x128.png" }, "host_permissions": [ "https:\/\/shopee.com.my\/", "https:\/\/seller.shopee.com.my\/" ], "permissions": [ "tabs", "storage", "scripting", "activeTab" ], "optional_permissions": [ "unlimitedStorage" ] } |