Upwork Scraper
Scrape freelancers information from upwork search results
Apa itu Upwork Scraper?
Upwork Scraper adalah ekstensi Chrome yang dikembangkan oleh AV Tech Labs, dan fitur utamanya adalah "Scrape freelancers information from upwork search results".
Unduh Berkas CRX Ekstensi Upwork Scraper
Unduh file ekstensi Upwork Scraper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Scrape freelancers details from upwork.com browse freelancers page to csv.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | jndgbjhabmbokffhahepelnopelpaljp |
URL Resmi | https://chrome.google.com/webstore/detail/upwork-scraper/jndgbjhabmbokffhahepelnopelpaljp |
Deskripsi | Scrape freelancers information from upwork search results |
Ukuran File | 4.13 KB |
Jumlah Instalasi | 47 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2016-07-10 |
Tanggal Publikasi | 2016-07-10 |
Pengembang | AV Tech Labs |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Upwork Scraper", "description": "Scrape freelancers information from upwork search results", "version": "1.1", "author": "Adhithyan Vijayakumar", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.upwork.com\/o\/profiles\/browse\/*" ], "js": [ "scripts\/scraper.js" ] } ], "permissions": [ "activeTab", "idle", "storage", "tabCapture", "tabs", "downloads", "https:\/\/www.upwork.com\/*" ] } |