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.                    

拡張機能の基本情報

名前 Upwork Scraper Upwork Scraper
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
Eメール [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\/*"
    ]
}