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
公式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
Eメール [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"
    ]
}