Edda for Gmail
Synchronize your Gmail with your Edda account.
什么是Edda for Gmail?
Edda for Gmail是由https://edda.co开发的Chrome扩展程序,该扩展的主要功能是“Synchronize your Gmail with your Edda account.”。
扩展截图
下载Edda for Gmail扩展crx文件
下载Edda for Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easily sync your Gmail with your Edda account. Create new deals, contacts, and link emails to existing companies on your pipeline. Keep track of all relevant communications on each company profile.
扩展基本信息
名称 | Edda for Gmail |
ID | kblnjmlekcbofmgpcaccjafhicjnenpe |
官方URL | https://chromewebstore.google.com/detail/edda-for-gmail/kblnjmlekcbofmgpcaccjafhicjnenpe |
简介 | Synchronize your Gmail with your Edda account. |
文件大小 | 338 KB |
安装次数 | 138 |
当前版本 | 1.0.2 |
更新时间 | 2024-02-27 |
上架时间 | 2019-12-10 |
评分 | 5.00/5 共4次评分 |
开发者 | https://edda.co |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://edda.co/integrations/gmail-plugin |
帮助页面URL | https://help.edda.co/en/ |
隐私政策页面URL | https://edda.co/privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Edda for Gmail", "description": "Synchronize your Gmail with your Edda account.", "version": "1.0.2", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ ".\/content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/", "https:\/\/mail-attachment.googleusercontent.com\/" ], "icons": { "16": ".\/icons\/edda-16x16.png", "32": ".\/icons\/edda-32x32.png", "64": ".\/icons\/edda-64x64.png", "128": ".\/icons\/edda-128x128.png" }, "manifest_version": 3 } |