MultiFunctional Auto Bidder -> Freelancer.com

About Auto Bidder

MultiFunctional Auto Bidder -> Freelancer.com là gì?

MultiFunctional Auto Bidder -> Freelancer.com là một tiện ích mở rộng Chrome được phát triển bởi freelance.ninja, và tính năng chính của nó là "About Auto Bidder".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MultiFunctional Auto Bidder -> Freelancer.com

Tải xuống các tệp mở rộng MultiFunctional Auto Bidder -> Freelancer.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MultiFunctional Auto Bidder -> Freelancer.com MultiFunctional Auto Bidder -> Freelancer.com
ID eliodbpomdfmcnhnhjdmfgmclhkenfgn
URL Chính Thức https://chrome.google.com/webstore/detail/multifunctional-auto-bidd/eliodbpomdfmcnhnhjdmfgmclhkenfgn
Mô tả About Auto Bidder
Kích Thước Tệp 1.06 MB
Số Lần Cài Đặt 162
Phiên Bản Hiện Tại 1.1.8
Cập Nhật Lần Cuối 2018-11-13
Ngày Phát Hành 2018-11-13
Đánh Giá 3.59/5 Tổng số 17 Đánh Giá
Nhà Phát Triển freelance.ninja
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}