FreeBID

Freelancer ChatGPT bid bot.

FreeBIDとは何ですか?

FreeBIDはerosarrowkienによって開発されたChromeの拡張機能で、その主な機能は「Freelancer ChatGPT bid bot.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

FreeBID拡張機能のCRXファイルをダウンロード

FreeBID拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 FreeBID FreeBID
ID njfcphkbenonfofjpcgofligdobdchgl
公式URL https://chromewebstore.google.com/detail/freebid/njfcphkbenonfofjpcgofligdobdchgl
説明 Freelancer ChatGPT bid bot.
ファイルサイズ 885 KB
インストール数 38
現在のバージョン 0.5.1
最終更新日 2023-11-21
公開日 2023-10-26
評価 1.00/5 合計 1 レビュー
開発者 erosarrowkien
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.freebid.autos
ヘルプページのURL https://www.freebid.autos/
プライバシーポリシーページのURL https://www.freebid.autos/terms
対応言語 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
}