Upwork Scraper
Scrape freelancers information from upwork search results
Wat is Upwork Scraper?
Upwork Scraper is een Chrome-extensie ontwikkeld door AV Tech Labs, en de belangrijkste functie is "Scrape freelancers information from upwork search results".
Download het CRX-bestand van de extensie Upwork Scraper
Download Upwork Scraper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Scrape freelancers details from upwork.com browse freelancers page to csv.
Basisinformatie over de Extensie
Naam | ![]() |
ID | jndgbjhabmbokffhahepelnopelpaljp |
Officiële URL | https://chrome.google.com/webstore/detail/upwork-scraper/jndgbjhabmbokffhahepelnopelpaljp |
Beschrijving | Scrape freelancers information from upwork search results |
Bestandsgrootte | 4.13 KB |
Aantal Installaties | 47 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-07-10 |
Publicatiedatum | 2016-07-10 |
Ontwikkelaar | AV Tech Labs |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |