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”。

擴展截圖

screenshot
screenshot

下載Dart Profit - Shopee Keyword Research Tool擴展crx文件

下載Dart Profit - Shopee Keyword Research Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Dart Profit - Shopee Keyword Research Tool
ID beagnglbkbdmfkjdahbmcjoacljggnoh
官方網址 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"
    ]
}