Dart Profit - Shopee Keyword Research Tool

A chrome chextension to find more keywords from Shopee

O que é Dart Profit - Shopee Keyword Research Tool?

Dart Profit - Shopee Keyword Research Tool é uma extensão do Chrome desenvolvida por Christopher, e sua principal característica é "A chrome chextension to find more keywords from Shopee".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Dart Profit - Shopee Keyword Research Tool

Baixe arquivos de extensão Dart Profit - Shopee Keyword Research Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Dart Profit - Shopee Keyword Research Tool Dart Profit - Shopee Keyword Research Tool
ID beagnglbkbdmfkjdahbmcjoacljggnoh
URL Oficial https://chromewebstore.google.com/detail/dart-profit-shopee-keywor/beagnglbkbdmfkjdahbmcjoacljggnoh
Descrição A chrome chextension to find more keywords from Shopee
Tamanho do Arquivo 70.23 KB
Contagem de Instalações 264
Versão Atual 1.0.1
Última Atualização 2022-09-20
Data de Publicação 2022-09-15
Desenvolvedor Christopher
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}