Mailflow for Gmail
Run your business directly from Gmail. Transform Gmail into a flexible & unified workspace for collaborating around email.
什么是Mailflow for Gmail?
Mailflow for Gmail是由https://getmailflow.com开发的Chrome扩展程序,该扩展的主要功能是“Run your business directly from Gmail. Transform Gmail into a flexible & unified workspace for collaborating around email.”。
扩展截图
下载Mailflow for Gmail扩展crx文件
下载Mailflow for Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Are you tired of switching between five different tools just to get the job done?
Mailflow transforms Gmail into a powerful email manager for projects, sales, support, or hiring.
⚡️ Fast to use with minimal loading times.
🔒 GDPR compliant.
New features:
✔️ Share projects and emails with anyone
✔️ Discuss emails at the side of your emails.
✔️ Set statuses on emails.
✔️ Assign emails to team members.
✔️ Manage emails in a customizable view.
✔️ Surface all attachments on one page.
Gmail Tasks
✔️ Turn sections of emails into tasks.
✔️ See related tasks in your sidebar.
✔️ Click on a task to jump to the relevant email.
Gmail Notes
✔️ Save private notes in the context of your conversation.
✔️ Annotate sections of emails.
Gmail Highlights
✔️ Highlight any section of any email.
✔️ Save highlights to the project overview.
✔️ Use highlight colors to separate contacts, budgets, or changes.
Gmail Projects
✔️ Organize your work with project folders.
✔️ Add tasks, notes, or emails to your project.
✔️ Gather everything in one view. 扩展基本信息
| 名称 | |
| ID | clekonbncopfkpieokklbaghkfdnolip |
| 官方URL | https://chromewebstore.google.com/detail/mailflow-for-gmail/clekonbncopfkpieokklbaghkfdnolip |
| 简介 | Run your business directly from Gmail. Transform Gmail into a flexible & unified workspace for collaborating around email. |
| 文件大小 | 1.9 MB |
| 安装次数 | 1,976 |
| 当前版本 | 0.4.85 |
| 更新时间 | 2023-03-08 |
| 上架时间 | 2020-06-29 |
| 评分 | 4.75/5 共12次评分 |
| 开发者 | https://getmailflow.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.getmailflow.com/ |
| 隐私政策页面URL | https://www.getmailflow.com/legal/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"version": "0.4.85",
"manifest_version": 2,
"default_locale": "en",
"icons": {
"16": "images\/logo-mailflow-16.png",
"128": "images\/logo-mailflow-128.png"
},
"background": {
"page": "pages\/background.html"
},
"browser_action": {
"default_icon": {
"19": "images\/logo-mailflow-19.png",
"38": "images\/logo-mailflow-38.png"
},
"default_title": "__MSG_browserActionTitle__"
},
"web_accessible_resources": [
"images\/*.svg",
"images\/illustrations\/*.png",
"images\/illustrations\/*.svg",
"styles\/styles.css",
"images\/onboarding\/go-to-inbox.mp4",
"images\/onboarding\/inbox-add-to-project.mp4"
],
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.gstatic.com wss:\/\/events.mailflow.ai https:\/\/app.mailflow.ai; object-src 'self'",
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"css": [
"styles.css"
],
"js": [
"runtime.js",
"scripts.js",
"content-script.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"permissions": [
"identity",
"https:\/\/app.mailflow.ai\/*",
"https:\/\/events.mailflow.ai\/*",
"background"
]
} | |