Freelancer Auto Bidder

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

Freelancer Auto Bidder란 무엇입니까?

Freelancer Auto Bidder은(는) parloti에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is about Auto Bidding on Freelancer's latest projects matching your skills."입니다.

확장 프로그램 스크린샷

screenshot

Freelancer Auto Bidder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}