FreeBID

Freelancer ChatGPT bid bot.

Co to jest FreeBID?

FreeBID to rozszerzenie Chrome opracowane przez erosarrowkien, a jego główną funkcją jest „Freelancer ChatGPT bid bot.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia FreeBID

Pobierz pliki rozszerzeń FreeBID w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa FreeBID FreeBID
ID njfcphkbenonfofjpcgofligdobdchgl
Oficjalny URL https://chromewebstore.google.com/detail/freebid/njfcphkbenonfofjpcgofligdobdchgl
Opis Freelancer ChatGPT bid bot.
Rozmiar pliku 885 KB
Liczba instalacji 38
Aktualna Wersja 0.5.1
Ostatnia Aktualizacja 2023-11-21
Data Publikacji 2023-10-26
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper erosarrowkien
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.freebid.autos
Adres URL Strony Pomocy https://www.freebid.autos/
Adres URL Strony Polityki Prywatności https://www.freebid.autos/terms
Obsługiwane Języki 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
}