Upworkee

Get instant update about a new upwork job and apply faster than others

O que é Upworkee?

Upworkee é uma extensão do Chrome desenvolvida por riverwaysoft.com, e sua principal característica é "Get instant update about a new upwork job and apply faster than others".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Upworkee

Baixe arquivos de extensão Upworkee 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

                        The best chance for getting client's attention is the timeframe where he posted a job up to an hour.

Clients will usually have a short list by then, and first set of short listed applicants will get interviewed and at least 1 will get hired.

Those who didn't make the cut might not be viewed at all no matter how good the profile is, because most of the cases clients don't go back to the user list anymore.

With notifications from our bot you will have an opportunity to be always in the shortlist and significantly increase chances to get hired.                    

Informações Básicas da Extensão

Nome Upworkee Upworkee
ID cobgonadnfcjnpfdjleagjhppaboaeda
URL Oficial https://chromewebstore.google.com/detail/upworkee/cobgonadnfcjnpfdjleagjhppaboaeda
Descrição Get instant update about a new upwork job and apply faster than others
Tamanho do Arquivo 122 KB
Contagem de Instalações 204
Versão Atual 1.4.0
Última Atualização 2019-07-04
Data de Publicação 2019-07-04
Classificação 4.33/5 Total de 6 Avaliações
Desenvolvedor riverwaysoft.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://upworkee.com/static/PrivacyPolicy.pdf
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Upworkee",
    "description": "Get instant update about a new upwork job and apply faster than others",
    "author": "Sorokin Victor ",
    "version": "1.4.0",
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "https:\/\/upworkee.com\/*",
        "background",
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_title": "Upworkee",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": false,
        "page": "pages\/background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/manifest.js",
                "js\/vendor.js",
                "js\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/upworkee.com\/*"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js"
    ]
}