Edda for Gmail

Synchronize your Gmail with your Edda account.

Wat is Edda for Gmail?

Edda for Gmail is een Chrome-extensie ontwikkeld door https://edda.co, en de belangrijkste functie is "Synchronize your Gmail with your Edda account.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Edda for Gmail

Download Edda for Gmail-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Edda for Gmail Edda for Gmail
ID kblnjmlekcbofmgpcaccjafhicjnenpe
Officiële URL https://chromewebstore.google.com/detail/edda-for-gmail/kblnjmlekcbofmgpcaccjafhicjnenpe
Beschrijving Synchronize your Gmail with your Edda account.
Bestandsgrootte 338 KB
Aantal Installaties 138
Huidige Versie 1.0.2
Laatst Bijgewerkt 2024-02-27
Publicatiedatum 2019-12-10
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://edda.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://edda.co/integrations/gmail-plugin
Help Pagina-URL https://help.edda.co/en/
URL van de Privacybeleid Pagina https://edda.co/privacy
Ondersteunde Talen 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
}