Upwork Scraper
Scrape freelancers information from upwork search results
Cos'è Upwork Scraper?
Upwork Scraper è un'estensione di Chrome sviluppata da AV Tech Labs, e la sua funzione principale è "Scrape freelancers information from upwork search results".
Scarica il file CRX dell'estensione Upwork Scraper
Scarica i file di estensione Upwork Scraper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Scrape freelancers details from upwork.com browse freelancers page to csv.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | jndgbjhabmbokffhahepelnopelpaljp |
URL Ufficiale | https://chrome.google.com/webstore/detail/upwork-scraper/jndgbjhabmbokffhahepelnopelpaljp |
Descrizione | Scrape freelancers information from upwork search results |
Dimensione del File | 4.13 KB |
Conteggio Installazioni | 47 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-07-10 |
Data di Pubblicazione | 2016-07-10 |
Sviluppatore | AV Tech Labs |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |