JD central Tools

JD central data scraper - easy data extraction tools of product, price, sales rank, review

Vad är JD central Tools?

JD central Tools är en Chrome-tillägg utvecklad av adverwild, och dess huvudfunktion är "JD central data scraper - easy data extraction tools of product, price, sales rank, review".

Tilläggsskärmbilder

screenshot

Ladda ner JD central Tools-förlängningens CRX-fil

Ladda ner JD central Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        V1.2 เพิ่มแสดงสินค้าที่ค้นหาเจอ
V1.1 แก้ไขดึงสินค้าในร้าน ตามหมวดหมู่
JD central Tools - easy data extraction tools of product, price, sales rank, review
เครื่องมือดึงข้อมูลอย่างง่ายของผลิตภัณฑ์, ราคา, อันดับการขาย, บทวิจารณ์
ส่วนขยายของ Chrome นี้ช่วยให้คุณสามารถแยกรายละเอียดของสินค้า ในรูปแบบ excel ที่แก้ไขได้ ตอนนี้คุณสามารถใช้ส่วนขยายนี้เพื่อแยกรายชื่อผลิตภัณฑ์ของคู่แข่งแบรนด์ผลิตภัณฑ์ในสเปคผลิตภัณฑ์ใด ๆ ตรวจสอบลูกค้าของผลิตภัณฑ์เฉพาะ

วิธีใช้ :

1. ไปที่ Jd central.co.th
2. พิมพ์คำค้นหาใด ๆ ในแถบค้นหาหรือเลือกหมวดหมู่สินค้าที่ต้องการเช่นชื่อแบรนด์คำค้นหาสินค้า ... ฯลฯ
3. ใช้ตัวเลือกการกรองเพื่อปรับแต่งผลลัพธ์การค้นหาและคลิก Enter
4. เมื่อแสดงผลการค้นหาให้เปิดส่วนขยายของ chrome และคลิกเริ่ม ข้อมูลจะถูกแยกในรูปแบบ excel


คุณสามารถดึงข้อมูลใดได้บ้าง:
- คุณสมบัติของผลิตภัณฑ์
- ราคา
- ราคาขายและรายละเอียด
- URL ผลิตภัณฑ์
- รูปภาพผลิตภัณฑ์และข้อมูลจำเพาะ
- รีวิวลูกค้า

การสนับสนุนทางเทคนิค :

เรายินดีรับฟังความคิดเห็นหรือความคิดเห็นเพื่อปรับปรุงผลิตภัณฑ์ กรุณาติดต่อ: [email protected]

ผู้พัฒนา: www.weloveshopee.com

Privacy Policy
https://www.adverwild.com/term.php                    

Grundläggande Information om Tillägg

Namn JD central Tools JD central Tools
ID cgcphiapmlpimibopkhpopliomnaonoc
Officiell webbadress https://chromewebstore.google.com/detail/jd-central-tools/cgcphiapmlpimibopkhpopliomnaonoc
Beskrivning JD central data scraper - easy data extraction tools of product, price, sales rank, review
Filstorlek 92.21 KB
Antal Installationer 20
Aktuell Version 1.2
Senast Uppdaterad 2021-05-29
Publiceringsdatum 2020-05-19
Utvecklare adverwild
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.weloveshopee.com
Hjälpsida URL https://www.adverwild.com/term.php
URL till Sekretesspolicy Sidan https://www.weloveshopee.com/term.php
Stödda Språk en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JD central Tools",
    "short_name": "JDT",
    "description": "JD central data scraper - easy data extraction tools of product, price, sales rank, review",
    "version": "1.2",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "https:\/\/*.jd.co.th\/*",
        "https:\/\/*.weloveshopee.com\/*",
        "storage"
    ],
    "author": "Patiwat"
}