Freelancer Auto Bidder

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

Co to jest Freelancer Auto Bidder?

Freelancer Auto Bidder to rozszerzenie Chrome opracowane przez parloti, a jego główną funkcją jest „This extension is about Auto Bidding on Freelancer's latest projects matching your skills.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Freelancer Auto Bidder

Pobierz pliki rozszerzeń Freelancer Auto Bidder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Freelancer Auto Bidder Freelancer Auto Bidder
ID mfkdhijffijfejdadddhfgpgejafdbom
Oficjalny URL https://chrome.google.com/webstore/detail/freelancer-auto-bidder/mfkdhijffijfejdadddhfgpgejafdbom
Opis This extension is about Auto Bidding on Freelancer's latest projects matching your skills.
Rozmiar pliku 171 KB
Liczba instalacji 174
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2017-05-21
Data Publikacji 2017-05-21
Ocena 1.71/5 Łącznie 7 Oceny
Deweloper parloti
Typ Płatności free
Obsługiwane Języki 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"
    }
}