Edda for Gmail

Synchronize your Gmail with your Edda account.

Co to jest Edda for Gmail?

Edda for Gmail to rozszerzenie Chrome opracowane przez https://edda.co, a jego główną funkcją jest „Synchronize your Gmail with your Edda account.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Edda for Gmail

Pobierz pliki rozszerzeń Edda for Gmail w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Edda for Gmail Edda for Gmail
ID kblnjmlekcbofmgpcaccjafhicjnenpe
Oficjalny URL https://chromewebstore.google.com/detail/edda-for-gmail/kblnjmlekcbofmgpcaccjafhicjnenpe
Opis Synchronize your Gmail with your Edda account.
Rozmiar pliku 338 KB
Liczba instalacji 138
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2024-02-27
Data Publikacji 2019-12-10
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://edda.co
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://edda.co/integrations/gmail-plugin
Adres URL Strony Pomocy https://help.edda.co/en/
Adres URL Strony Polityki Prywatności https://edda.co/privacy
Obsługiwane Języki 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
}