Upwork Scraper
Scrape freelancers information from upwork search results
什么是Upwork Scraper?
Upwork Scraper是由AV Tech Labs开发的Chrome扩展程序,该扩展的主要功能是“Scrape freelancers information from upwork search results”。
下载Upwork Scraper扩展crx文件
下载Upwork Scraper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Scrape freelancers details from upwork.com browse freelancers page to csv.
扩展基本信息
名称 | ![]() |
ID | jndgbjhabmbokffhahepelnopelpaljp |
官方URL | https://chrome.google.com/webstore/detail/upwork-scraper/jndgbjhabmbokffhahepelnopelpaljp |
简介 | Scrape freelancers information from upwork search results |
文件大小 | 4.13 KB |
安装次数 | 47 |
当前版本 | 1.1 |
更新时间 | 2016-07-10 |
上架时间 | 2016-07-10 |
开发者 | AV Tech Labs |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } |