FreeBID

Freelancer ChatGPT bid bot.

FreeBID란 무엇입니까?

FreeBID은(는) erosarrowkien에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Freelancer ChatGPT bid bot."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

FreeBID 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}