Leapfrog Leads

Get more jobs on Upwork as a freelancer by responding quicker with job notifications.

什麼是Leapfrog Leads?

Leapfrog Leads是由Leapfrog Leads開發的Chrome擴展程式,該擴展的主要功能是“Get more jobs on Upwork as a freelancer by responding quicker with job notifications.”。

擴展截圖

screenshot
screenshot
screenshot

下載Leapfrog Leads擴展crx文件

下載Leapfrog Leads擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Chrome extension for Leapfrog Leads (https://leapfrogleads.com/) that will make your experience even better.

After installing the extension:
1. Perform a job search on Upwork
2. You will know the Leadfrog Leads extension is working when you see a little green frog
3. Click the "RSS" link
4. The Leapfrog Leads extension will pop up on RSS feed page
5. Click "Subscribe to These Jobs" to open Leapfrog Leads with all necessary fields pre-populated in the recommended Leapfrog Leads way                    

擴展基本資訊

名稱 Leapfrog Leads Leapfrog Leads
ID ffaiaolifdndhogfacoimgihcfoooiec
官方網址 https://chromewebstore.google.com/detail/leapfrog-leads/ffaiaolifdndhogfacoimgihcfoooiec
簡介 Get more jobs on Upwork as a freelancer by responding quicker with job notifications.
檔案大小 72.39 KB
安裝次數 467
目前版本 2
更新時間 2022-06-10
上架時間 2021-05-06
評分 5.00/5 共 4 次評分
開發者 Leapfrog Leads
電子郵箱 [email protected]
付費類型 free
擴展官網 https://leapfrogleads.com/
說明頁面URL https://leapfrogleads.com/
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Leapfrog Leads",
    "version": "2",
    "description": "Get more jobs on Upwork as a freelancer by responding quicker with job notifications.",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.upwork.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/main.css",
                "css\/fonts.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                "https:\/\/www.upwork.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "images\/favicon\/mstile-128x128.png"
    }
}