Free Marketplace Scraper by Komplace

Scrape Produk dari Jakmall dan Shopee dengan Mudah, Cepat, dan Gratis!

Free Marketplace Scraper by Komplaceคืออะไร?

Free Marketplace Scraper by Komplace เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://komplace.id และคุณลักษณะหลักของมันคือ "Scrape Produk dari Jakmall dan Shopee dengan Mudah, Cepat, dan Gratis!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Free Marketplace Scraper by Komplace

ดาวน์โหลดไฟล์ส่วนขยาย Free Marketplace Scraper by Komplace ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Komplace menghadirkan Free Scraping Extension untuk Jakmall dan Shopee yang terintegrasi dengan dashboard Komplace. Ekstensi ini dirancang untuk penjual online yang ingin menghemat waktu dan tenaga dalam membuat daftar produk untuk toko mereka sendiri.

Ekstensi ini dapat melakukan scraping data produk, baik scraping per produk maupun per halaman, dengan hasil akhir berupa data lengkap, produk yang siap untuk disalin (dengan fitur Salin Produk pada aplikasi Komplace) ke banyak toko online milik pengguna.

Tak perlu lagi menambahkan produk dan melengkapi data produk secara manual, cukup install ekstensi ini sekarang dan nikmati mudahnya menambahkan produk baru di aplikasi Komplace secara Gratis!

Jalankan Usahamu dengan lebih efektif dan efisien!
Hemat Biaya, Waktu, dan Tenaga. Kelola lebih banyak Pesanan dan Tingkatkan Keuntungan.

Website Link:https://www.komplace.id
Untuk pertanyaan lebih lanjut kontak kami di [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Free Marketplace Scraper by Komplace Free Marketplace Scraper by Komplace
ID lhcogfcoegioollhbmjdbjejcocaboli
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/free-marketplace-scraper/lhcogfcoegioollhbmjdbjejcocaboli
คำอธิบาย Scrape Produk dari Jakmall dan Shopee dengan Mudah, Cepat, dan Gratis!
ขนาดไฟล์ 77.58 KB
จำนวนการติดตั้ง 373
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2024-01-16
วันที่เผยแพร่ 2023-10-14
คะแนน 4.10/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://komplace.id
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://komplace.id/
URL หน้านโยบายความเป็นส่วนตัว https://komerce.id/kebijakan-privasi
ภาษาที่รองรับ id
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Free Marketplace Scraper by Komplace",
    "description": "Scrape Produk dari Jakmall dan Shopee dengan Mudah, Cepat, dan Gratis!",
    "version": "1.1.2",
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "32": "images\/icons\/icon-32.png",
        "48": "images\/icons\/icon-48.png",
        "128": "images\/icons\/icon-128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/komplace.id\/*",
        "*:\/\/api-komerce.boostr.id\/*",
        "*:\/\/staging-v2.komplace.id\/*",
        "*:\/\/staging-komerce.boostr.id\/*",
        "http:\/\/localhost:5001\/*",
        "*:\/\/shopee.co.id\/*",
        "*:\/\/shopee.co.th\/*",
        "*:\/\/shopee.sg\/*",
        "*:\/\/shopee.tw\/*",
        "*:\/\/shopee.ph\/*",
        "*:\/\/shopee.vn\/*",
        "*:\/\/shopee.com.my\/*",
        "*:\/\/*.xiapibuy.com\/*-i.*\/",
        "*:\/\/www.jakmall.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/komplace.id\/*",
                "*:\/\/staging-v2.komplace.id\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "platforms\/komplace\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/shopee.co.id\/*",
                "*:\/\/shopee.co.th\/*",
                "*:\/\/shopee.sg\/*",
                "*:\/\/shopee.tw\/*",
                "*:\/\/shopee.ph\/*",
                "*:\/\/shopee.vn\/*",
                "*:\/\/shopee.com.my\/*",
                "*:\/\/*.xiapibuy.com\/*-i.*\/"
            ],
            "js": [
                "platforms\/shopee\/content.js"
            ],
            "css": [
                "platforms\/shopee\/content.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.jakmall.com\/*"
            ],
            "js": [
                "platforms\/jakmall\/content.js"
            ],
            "css": [
                "platforms\/jakmall\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/api-komerce.boostr.id\/*",
            "*:\/\/staging-komerce.boostr.id\/*",
            "http:\/\/localhost:5001\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    }
}