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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Christopher และคุณลักษณะหลักของมันคือ "A chrome chextension to find more keywords from Shopee"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dart Profit - Shopee Keyword Research Tool

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}