Freelancer Auto Bidder

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

Cos'è Freelancer Auto Bidder?

Freelancer Auto Bidder è un'estensione di Chrome sviluppata da parloti, e la sua funzione principale è "This extension is about Auto Bidding on Freelancer's latest projects matching your skills.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Freelancer Auto Bidder

Scarica i file di estensione Freelancer Auto Bidder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Freelancer Auto Bidder Freelancer Auto Bidder
ID mfkdhijffijfejdadddhfgpgejafdbom
URL Ufficiale https://chrome.google.com/webstore/detail/freelancer-auto-bidder/mfkdhijffijfejdadddhfgpgejafdbom
Descrizione This extension is about Auto Bidding on Freelancer's latest projects matching your skills.
Dimensione del File 171 KB
Conteggio Installazioni 174
Versione Corrente 0.0.1
Ultimo Aggiornamento 2017-05-21
Data di Pubblicazione 2017-05-21
Valutazione 1.71/5 Totale 7 Valutazioni
Sviluppatore parloti
Tipo di Pagamento free
Lingue Supportate 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"
    }
}