Edda for Gmail
Synchronize your Gmail with your Edda account.
What is Edda for Gmail?
Edda for Gmail is a Chrome extension developed by https://edda.co, and its main feature is "Synchronize your Gmail with your Edda account.".
Extension Screenshots
Download Edda for Gmail Extension CRX File
Download Edda for Gmail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Edda for Gmail |
ID | kblnjmlekcbofmgpcaccjafhicjnenpe |
Official URL | https://chromewebstore.google.com/detail/edda-for-gmail/kblnjmlekcbofmgpcaccjafhicjnenpe |
Description | Synchronize your Gmail with your Edda account. |
File Size | 338 KB |
Installation Count | 138 |
Current Version | 1.0.2 |
Last Updated | 2024-02-27 |
Publish Date | 2019-12-10 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://edda.co |
[email protected] | |
Payment Type | free |
Extension Website | https://edda.co/integrations/gmail-plugin |
Help Page URL | https://help.edda.co/en/ |
Privacy Policy Page URL | https://edda.co/privacy |
Supported Languages | 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 } |