Mesh for Gmail

Gmail extension for mesh platform

O que é Mesh for Gmail?

Mesh for Gmail é uma extensão do Chrome desenvolvida por People Mesh, Inc., e sua principal característica é "Gmail extension for mesh platform".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Mesh for Gmail

Baixe arquivos de extensão Mesh for Gmail 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

                        Mesh is a social performance management platform for today's workforce, which makes it easy for employees to manage goals, track tasks and share feedback, especially in remote teams. It combines the best features of multiple OKR, productivity & performance management tools in one simple platform. Companies who use Mesh have have reported ~22% increase in goal achievement and ~30% increase in employee NPS

The Mesh Chrome extension makes it easy for you to:

👀See a quick snapshot of ongoing goals within a sleek drop down menu that are assigned to you 
🚦View the progress of your goals so you can prioritize your effort accordingly
💯Check the status of your goals, whether they’re on track or delayed 
🙋Know which all team members you’re collaborating on those goals with
🚀Expand any item from the drop down list to view the detailed goals panel on Mesh’s  platform 

The Mesh extension allows you to always stay aligned and on top of your goals in a visible and seamless manner! 

Learn more about how teams increase productivity and engagement by using Mesh! 
Want to speak to us directly? Simply reach out to us at [email protected]                    

Informações Básicas da Extensão

Nome Mesh for Gmail Mesh for Gmail
ID fnpcocgkdlaoggjnlplnmekijpbohdfh
URL Oficial https://chromewebstore.google.com/detail/mesh-for-gmail/fnpcocgkdlaoggjnlplnmekijpbohdfh
Descrição Gmail extension for mesh platform
Tamanho do Arquivo 25.03 KB
Contagem de Instalações 96
Versão Atual 0.4
Última Atualização 2021-07-01
Data de Publicação 2021-02-26
Desenvolvedor People Mesh, Inc.
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://thepeoplemesh.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Mesh",
    "name": "Mesh for Gmail",
    "description": "Gmail extension for mesh platform",
    "version": "0.4",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "https:\/\/qa-be.thepeoplemesh.com\/gmailplugin"
            ],
            "js": [
                "inboxsdk.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "64": "mesh.png"
    },
    "web_accessible_resources": [
        "mesh.png"
    ],
    "permissions": [
        "https:\/\/mail.google.com\/"
    ],
    "manifest_version": 2
}