MultiFunctional Auto Bidder -> Freelancer.com

About Auto Bidder

MultiFunctional Auto Bidder -> Freelancer.com क्या है?

MultiFunctional Auto Bidder -> Freelancer.com freelance.ninja द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "About Auto Bidder"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MultiFunctional Auto Bidder -> Freelancer.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}