Piedwork

Piedwork extension facilitates manager experience with Upwork and allows to cache texts for further usage.

O que é Piedwork?

Piedwork é uma extensão do Chrome desenvolvida por https://piedwork.com, e sua principal característica é "Piedwork extension facilitates manager experience with Upwork and allows to cache texts for further usage.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Piedwork

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

                        Most of you knows how painful it is to lose cover letter text you have been diligently working on by occasional page reload or by accidentally clicked browser back button. Here is the simple but effective solution - Piedwork Browser Extension.

You have to do nothing with it after installation. Feel free to start writing a new cover letter right away without worrying about loosing your texts. It has never been easier to work with cover letters and make sure you are 100% on the right way to express your the most thoughtful ideas efficiently.                    

Informações Básicas da Extensão

Nome Piedwork Piedwork
ID ihmpiahlgggehielmnnegdphaiadkbkc
URL Oficial https://chromewebstore.google.com/detail/piedwork/ihmpiahlgggehielmnnegdphaiadkbkc
Descrição Piedwork extension facilitates manager experience with Upwork and allows to cache texts for further usage.
Tamanho do Arquivo 874 KB
Contagem de Instalações 128
Versão Atual 1.1.18
Última Atualização 2024-02-28
Data de Publicação 2021-11-10
Desenvolvedor https://piedwork.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://piedwork.com
URL da Página de Política de Privacidade https://piedwork.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.18",
    "short_name": "Piedwork",
    "name": "Piedwork",
    "description": "Piedwork extension facilitates manager experience with Upwork and allows to cache texts for further usage.",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.upwork.com\/",
        "*:\/\/*.piedwork.com\/*",
        "http:\/\/localhost\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.upwork.com\/*"
            ],
            "js": [
                "upwork-utils.js",
                "upwork-reports.js",
                "upwork.js"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    }
}