Freelancer Auto Bidder

This extension is about Auto Bidding on Freelancer's latest projects matching your skills.

Freelancer Auto Bidderคืออะไร?

Freelancer Auto Bidder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย parloti และคุณลักษณะหลักของมันคือ "This extension is about Auto Bidding on Freelancer's latest projects matching your skills."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Freelancer Auto Bidder

ดาวน์โหลดไฟล์ส่วนขยาย Freelancer Auto Bidder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension is about Auto Bidding on Freelancer's latest projects matching your skills.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Freelancer Auto Bidder Freelancer Auto Bidder
ID mfkdhijffijfejdadddhfgpgejafdbom
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/freelancer-auto-bidder/mfkdhijffijfejdadddhfgpgejafdbom
คำอธิบาย This extension is about Auto Bidding on Freelancer's latest projects matching your skills.
ขนาดไฟล์ 171 KB
จำนวนการติดตั้ง 174
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2017-05-21
วันที่เผยแพร่ 2017-05-21
คะแนน 1.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา parloti
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "manifest_version": 2,
    "name": "Freelancer Auto Bidder",
    "description": "This extension is about Auto Bidding on Freelancer's latest projects matching your skills.",
    "version": "0.0.1",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "incognito": "spanning",
    "permissions": [
        "activeTab",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "scripts\/angular.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "jquery.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "content.js"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Freelancer Auto Bidder"
    }
}