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是由https://komplace.id開發的Chrome擴展程式,該擴展的主要功能是“Scrape Produk dari Jakmall dan Shopee dengan Mudah, Cepat, dan Gratis!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Free Marketplace Scraper by Komplace擴展crx文件

下載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
官方網址 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';"
    }
}