LanceMate:Find Jobs FAST from Freelance sites

LanceMate Lets Freelancers Search Upwork, Elance and Guru Automatically, Receive Desktop Job Alerts and Auto-Fill Bids!

LanceMate:Find Jobs FAST from Freelance sites란 무엇입니까?

LanceMate:Find Jobs FAST from Freelance sites은(는) Deepak M.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LanceMate Lets Freelancers Search Upwork, Elance and Guru Automatically, Receive Desktop Job Alerts and Auto-Fill Bids!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

LanceMate:Find Jobs FAST from Freelance sites 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        LanceMate is a Chrome Extension for freelancers to make searching and applying to jobs faster!

It has the following features:


1) Multi Site Searching - Users can search jobs from Elance, Odesk, Freelancer and Guru simultaneously and view all the jobs in a single page

2) Advanced Job Filtering - Users can filter jobs by extra options such as preferred location, client location and duration for all the sites 

3) Auto-Searching - LanceMate can run searches in the background and if there are any matching jobs notify via the Desktop Notification and Popup Icon

4) Auto-filling Bids - Users can store bid details such as "Proposal", Budget and other questions and enable LanceMate to load them automatically when applying for a job.                    

확장 프로그램 기본 정보

이름 LanceMate:Find Jobs FAST from Freelance sites LanceMate:Find Jobs FAST from Freelance sites
ID allhoelmnojgbobjpbbdiohmhjaopcip
공식 URL https://chromewebstore.google.com/detail/lancematefind-jobs-fast-f/allhoelmnojgbobjpbbdiohmhjaopcip
설명 LanceMate Lets Freelancers Search Upwork, Elance and Guru Automatically, Receive Desktop Job Alerts and Auto-Fill Bids!
파일 크기 3.73 MB
설치 횟수 22
현재 버전 1.29
최근 업데이트 2016-02-16
출시 날짜 2016-02-16
평점 5.00/5 총 1 개의 평점
개발자 Deepak M.
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LanceMate:Find Jobs FAST from Freelance sites",
    "short_name": "LanceMate",
    "description": "LanceMate Lets Freelancers Search Upwork, Elance and Guru Automatically, Receive Desktop Job Alerts and Auto-Fill Bids!",
    "version": "1.29",
    "browser_action": {
        "name": "Manipulate DOM",
        "default_icon": "lance_mate.png",
        "default_popup": "popup.html",
        "default_title": "Freelance Job Search and Auto-Fill "
    },
    "icons": {
        "16": "lance_mate.png",
        "48": "lance_mate_48_48.png",
        "128": "lance_mate_128_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "identity",
        "identity.email",
        "unlimitedStorage",
        "https:\/\/www.elance.com\/*",
        "http:\/\/www.elance.com\/*",
        "http:\/\/www.upwork.com\/*",
        "https:\/\/www.upwork.com\/*",
        "http:\/\/www.guru.com\/*",
        "https:\/\/www.guru.com\/*",
        "http:\/\/www.freelancer.com\/*",
        "https:\/\/www.freelancer.com\/*",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/ajax.googleapis.com\/*"
    ],
    "oauth2": {
        "client_id": "792686885475-ddlq2ept13188hbs8t2raieh8puvjfrd.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "background": {
        "scripts": [
            "moment.min.js",
            "jquery-2.1.1.min.js",
            "background.js",
            "spin.js",
            "q.js",
            "request.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.1.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.guru.com\/jobs\/*",
                "http:\/\/www.guru.com\/jobs\/*",
                "https:\/\/www.upwork.com\/job\/*",
                "https:\/\/www.elance.com\/j\/*",
                "https:\/\/www.freelancer.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "lance_mate.png"
    ],
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg1ecEvFt4YwU\/twsuKWGgFFjXAGKgwBCl3prAcpsFxn7Wq8BPj7\/ULrfHwE6Ur+6Xb2wwCKck0ajDc9My0FQagRbA1LzrwiM0seNXoaxHWSWpEZ09FBa2bSSPIvjTxRbIKLRjJ+kSQb3iWKSjIGbWlQr2fyM6pHQ5aq5jqGhuHLEnVUy0Ldql1hOXdHZ19D9XL9ZJuqgm1Y9azsgtk68i8DHMxIdxgrOiZ\/EIGRIUcu+QD6aRAQd0RHQsg8\/xF\/W53cyTSliFmA3AbqO36LdRzofUKFIESzsC7cpnDMcotFs6RuUpDnbXNJ4MHuNpYdndioPQV7Qy1IktkSlWEfrNwIDAQAB"
}