Edda for Gmail

Synchronize your Gmail with your Edda account.

Was ist Edda for Gmail?

Edda for Gmail ist eine Chrome-Erweiterung, die von https://edda.co entwickelt wurde, und ihr Hauptmerkmal ist "Synchronize your Gmail with your Edda account.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Edda for Gmail-Erweiterungs-CRX-Datei herunterladen

Laden Sie Edda for Gmail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Edda for Gmail Edda for Gmail
ID kblnjmlekcbofmgpcaccjafhicjnenpe
Offizielle URL https://chromewebstore.google.com/detail/edda-for-gmail/kblnjmlekcbofmgpcaccjafhicjnenpe
Beschreibung Synchronize your Gmail with your Edda account.
Dateigröße 338 KB
Installationsanzahl 138
Aktuelle Version 1.0.2
Letztes Update 2024-02-27
Veröffentlichungsdatum 2019-12-10
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://edda.co
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://edda.co/integrations/gmail-plugin
Hilfeseite URL https://help.edda.co/en/
URL der Datenschutzrichtlinien-Seite https://edda.co/privacy
Unterstützte Sprachen 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
}