Leapfrog Leads

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

Что такое Leapfrog Leads?

Leapfrog Leads - это расширение Chrome, разработанное Leapfrog Leads, и его основная функция - "Get more jobs on Upwork as a freelancer by responding quicker with job notifications.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Leapfrog Leads

Скачайте файлы расширений 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
Официальный URL 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"
    }
}