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 |
官方網址 | 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\/*" ] } |