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!"입니다.
확장 프로그램 스크린샷
Free Marketplace Scraper by Komplace 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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": [ " |