Freelancer Auto Bidder

This extension is about Auto Bidding on Freelancer's latest projects matching your skills.

Freelancer Auto Bidder क्या है?

Freelancer Auto Bidder parloti द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is about Auto Bidding on Freelancer's latest projects matching your skills."।

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

screenshot

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

crx प्रारूप में Freelancer Auto Bidder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension is about Auto Bidding on Freelancer's latest projects matching your skills.                    

एक्सटेंशन की मूल जानकारी

नाम Freelancer Auto Bidder Freelancer Auto Bidder
ID mfkdhijffijfejdadddhfgpgejafdbom
आधिकारिक URL https://chrome.google.com/webstore/detail/freelancer-auto-bidder/mfkdhijffijfejdadddhfgpgejafdbom
विवरण This extension is about Auto Bidding on Freelancer's latest projects matching your skills.
फ़ाइल का आकार 171 KB
स्थापना संख्या 174
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2017-05-21
प्रकाशन तिथि 2017-05-21
रेटिंग 1.71/5 कुल 7 रेटिंग्स
डेवलपर parloti
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "manifest_version": 2,
    "name": "Freelancer Auto Bidder",
    "description": "This extension is about Auto Bidding on Freelancer's latest projects matching your skills.",
    "version": "0.0.1",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "incognito": "spanning",
    "permissions": [
        "activeTab",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "scripts\/angular.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "jquery.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "content.js"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Freelancer Auto Bidder"
    }
}