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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome chextension to find more keywords from Shopee"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dart Profit - Shopee Keyword Research Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}