Freelancer Auto Bidder

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

Freelancer Auto Bidder là gì?

Freelancer Auto Bidder là một tiện ích mở rộng Chrome được phát triển bởi parloti, và tính năng chính của nó là "This extension is about Auto Bidding on Freelancer's latest projects matching your skills.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Freelancer Auto Bidder

Tải xuống các tệp mở rộng Freelancer Auto Bidder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Freelancer Auto Bidder Freelancer Auto Bidder
ID mfkdhijffijfejdadddhfgpgejafdbom
URL Chính Thức https://chrome.google.com/webstore/detail/freelancer-auto-bidder/mfkdhijffijfejdadddhfgpgejafdbom
Mô tả This extension is about Auto Bidding on Freelancer's latest projects matching your skills.
Kích Thước Tệp 171 KB
Số Lần Cài Đặt 174
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2017-05-21
Ngày Phát Hành 2017-05-21
Đánh Giá 1.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển parloti
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}