Upwork Scraper

Scrape freelancers information from upwork search results

Upwork Scraperคืออะไร?

Upwork Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AV Tech Labs และคุณลักษณะหลักของมันคือ "Scrape freelancers information from upwork search results"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Upwork Scraper

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}