Mesh for Gmail

Gmail extension for mesh platform

Mesh for Gmail là gì?

Mesh for Gmail là một tiện ích mở rộng Chrome được phát triển bởi People Mesh, Inc., và tính năng chính của nó là "Gmail extension for mesh platform".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mesh for Gmail

Tải xuống các tệp mở rộng Mesh for Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mesh for Gmail Mesh for Gmail
ID fnpcocgkdlaoggjnlplnmekijpbohdfh
URL Chính Thức https://chromewebstore.google.com/detail/mesh-for-gmail/fnpcocgkdlaoggjnlplnmekijpbohdfh
Mô tả Gmail extension for mesh platform
Kích Thước Tệp 25.03 KB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2021-07-01
Ngày Phát Hành 2021-02-26
Nhà Phát Triển People Mesh, Inc.
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://thepeoplemesh.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}