MultiFunctional Auto Bidder -> Freelancer.com

About Auto Bidder

MultiFunctional Auto Bidder -> Freelancer.com란 무엇입니까?

MultiFunctional Auto Bidder -> Freelancer.com은(는) freelance.ninja에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "About Auto Bidder"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

MultiFunctional Auto Bidder -> Freelancer.com 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        How to Сustomize?
- Click on Plugin Icon
- Click "Customize Proposals" button
- Add proposal templates via "Add Proposal Item" button

If you have any questions, you can contact our support on "Customize Proposals" page. Our email is - [email protected]

What can you reach with this extension?
- Save Up To 1000 USD per Month
- Your proposal will be the Quickest and Clients will prefer You instead of another freelancers.

Why is this extension is "MUST HAVE" for you?
- You will be on top of the competition 
- Another people already using it and it will be hard for you to beat them
- This extension is secure and you shouldn't be afraid of being scammed.                    

확장 프로그램 기본 정보

이름 MultiFunctional Auto Bidder -> Freelancer.com MultiFunctional Auto Bidder -> Freelancer.com
ID eliodbpomdfmcnhnhjdmfgmclhkenfgn
공식 URL https://chrome.google.com/webstore/detail/multifunctional-auto-bidd/eliodbpomdfmcnhnhjdmfgmclhkenfgn
설명 About Auto Bidder
파일 크기 1.06 MB
설치 횟수 162
현재 버전 1.1.8
최근 업데이트 2018-11-13
출시 날짜 2018-11-13
평점 3.59/5 총 17 개의 평점
개발자 freelance.ninja
결제 유형 in_app
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MultiFunctional Auto Bidder -> Freelancer.com",
    "description": "About Auto Bidder",
    "version": "1.1.8",
    "converted_from_user_script": true,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.freelancer.com\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery-2.2.4.min.js",
                "js\/contentScript_functions.js",
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-2.2.4.min.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "small icon.png",
        "48": "small icon.png",
        "128": "autobidder logo better.png"
    },
    "browser_action": {
        "default_title": "MultiFunctional Freelancer Autobidder Settings",
        "default_popup": "popup.html"
    },
    "options_page": "settings.html",
    "permissions": [
        "tabs",
        "storage",
        "geolocation",
        "contextMenus"
    ]
}