Lead Connecto - Upwork Notifications

Increase your chances of securing more jobs on Upwork by improving your response time through timely job notifications.

O que é Lead Connecto - Upwork Notifications?

Lead Connecto - Upwork Notifications é uma extensão do Chrome desenvolvida por https://leadconnecto.com, e sua principal característica é "Increase your chances of securing more jobs on Upwork by improving your response time through timely job notifications.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Lead Connecto - Upwork Notifications

Baixe arquivos de extensão Lead Connecto - Upwork Notifications no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Boost your chances of landing more freelance jobs on Upwork with the help of job notifications. Discover the power of Lead Connecto's Chrome extension (available at https://LeadConnecto.com/) to enhance your Upwork experience and streamline your job search process.

Once you've installed the Lead Connecto extension, follow these simple steps to maximize your opportunities:

1. Conduct a job search on Upwork.
2. Easily identify the Lead Connecto extension by its distinctive bell logo on upwork search page.
3. Click on the "RSS" link to activate the Lead Connecto extension.
4. Instantly access the Lead Connecto extension on the RSS feed page.
5. Seamlessly subscribe to these jobs by clicking "Subscribe to These Jobs," which conveniently pre-fills all the necessary fields in the recommended Lead Connecto format.


Take control of your Upwork freelance career and gain a competitive edge by leveraging the Upwork job notification capabilities provided by Lead Connecto's Chrome extension. Start maximizing your job search efficiency and increase your chances of securing lucrative freelance opportunities today.                    

Informações Básicas da Extensão

Nome Lead Connecto - Upwork Notifications Lead Connecto - Upwork Notifications
ID gjgjemfjcicdikgbfpfiflnkelnmbdoe
URL Oficial https://chromewebstore.google.com/detail/lead-connecto-upwork-noti/gjgjemfjcicdikgbfpfiflnkelnmbdoe
Descrição Increase your chances of securing more jobs on Upwork by improving your response time through timely job notifications.
Tamanho do Arquivo 277 KB
Contagem de Instalações 131
Versão Atual 1.2
Última Atualização 2023-08-31
Data de Publicação 2023-06-26
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://leadconnecto.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://leadconnecto.com
URL da Página de Ajuda http://leadconnecto.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lead Connecto - Upwork Notifications",
    "version": "1.2",
    "description": "Increase your chances of securing more jobs on Upwork by improving your response time through timely job notifications.",
    "icons": {
        "128": "img\/LeadConnecto-icon-64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.upwork.com\/*"
            ],
            "js": [
                "\/js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "img\/LeadConnecto-icon-64.png",
        "default_title": "Lead Connecto - Upwork Notifications"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*"
            ],
            "matches": [
                "https:\/\/www.upwork.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}