FreeBID

Freelancer ChatGPT bid bot.

FreeBID là gì?

FreeBID là một tiện ích mở rộng Chrome được phát triển bởi erosarrowkien, và tính năng chính của nó là "Freelancer ChatGPT bid bot.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng FreeBID 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

                        Freelancer ChatGPT bid bot platform that makes you be the top freelancer by bidding automatically with ChatGPT for projects based on keywords in project title, skills, description and filter by currency, country, budget, types etc by using freebid chrome extension in Freelancer.com and Upwork.com                    

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

Tên FreeBID FreeBID
ID njfcphkbenonfofjpcgofligdobdchgl
URL Chính Thức https://chromewebstore.google.com/detail/freebid/njfcphkbenonfofjpcgofligdobdchgl
Mô tả Freelancer ChatGPT bid bot.
Kích Thước Tệp 885 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 0.5.1
Cập Nhật Lần Cuối 2023-11-21
Ngày Phát Hành 2023-10-26
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển erosarrowkien
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.freebid.autos
URL Trang Trợ Giúp https://www.freebid.autos/
URL Trang Chính Sách Bảo Mật https://www.freebid.autos/terms
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FreeBID",
    "version": "0.5.1",
    "description": "Freelancer ChatGPT bid bot.",
    "author": "freebid",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "192": "img\/android-chrome-192x192.png",
            "512": "img\/android-chrome-512x512.png"
        }
    },
    "options_page": "index.html",
    "icons": {
        "16": "img\/favicon-16x16.png",
        "32": "img\/favicon-32x32.png",
        "192": "img\/android-chrome-192x192.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/background.js",
                "js\/hook.js",
                "styles\/style.css"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "js\/background.js"
            ],
            "css": [
                "css\/hook.css"
            ],
            "matches": [
                "https:\/\/www.freelancer.com\/*",
                "https:\/\/www.upwork.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 3
}