FreeBID

Freelancer ChatGPT bid bot.

Co je FreeBID?

FreeBID je rozšíření Chrome vyvinuté erosarrowkien, a jeho hlavní funkcí je „Freelancer ChatGPT bid bot.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření FreeBID

Stáhněte si soubory rozšíření FreeBID ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název FreeBID FreeBID
ID njfcphkbenonfofjpcgofligdobdchgl
Oficiální URL https://chromewebstore.google.com/detail/freebid/njfcphkbenonfofjpcgofligdobdchgl
Popis Freelancer ChatGPT bid bot.
Velikost souboru 885 KB
Počet instalací 38
Aktuální Verze 0.5.1
Poslední Aktualizace 2023-11-21
Datum Vydání 2023-10-26
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář erosarrowkien
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.freebid.autos
URL Stránky Nápovědy https://www.freebid.autos/
URL Stránky Zásad Ochrany Soukromí https://www.freebid.autos/terms
Podporované Jazyky 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
}