Mesh for Gmail
Gmail extension for mesh platform
Mesh for Gmail란 무엇입니까?
Mesh for Gmail은(는) People Mesh, Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gmail extension for mesh platform"입니다.
확장 프로그램 스크린샷
Mesh for Gmail 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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]
확장 프로그램 기본 정보
이름 | |
ID | fnpcocgkdlaoggjnlplnmekijpbohdfh |
공식 URL | https://chromewebstore.google.com/detail/mesh-for-gmail/fnpcocgkdlaoggjnlplnmekijpbohdfh |
설명 | Gmail extension for mesh platform |
파일 크기 | 25.03 KB |
설치 횟수 | 96 |
현재 버전 | 0.4 |
최근 업데이트 | 2021-07-01 |
출시 날짜 | 2021-02-26 |
개발자 | People Mesh, Inc. |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://thepeoplemesh.com/privacy-policy |
지원되는 언어 | 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 } |