Edda for Gmail

Synchronize your Gmail with your Edda account.

Apa itu Edda for Gmail?

Edda for Gmail adalah ekstensi Chrome yang dikembangkan oleh https://edda.co, dan fitur utamanya adalah "Synchronize your Gmail with your Edda account.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Edda for Gmail

Unduh file ekstensi Edda for Gmail dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Edda for Gmail Edda for Gmail
ID kblnjmlekcbofmgpcaccjafhicjnenpe
URL Resmi https://chromewebstore.google.com/detail/edda-for-gmail/kblnjmlekcbofmgpcaccjafhicjnenpe
Deskripsi Synchronize your Gmail with your Edda account.
Ukuran File 338 KB
Jumlah Instalasi 138
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2024-02-27
Tanggal Publikasi 2019-12-10
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://edda.co
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://edda.co/integrations/gmail-plugin
URL Halaman Bantuan https://help.edda.co/en/
URL Halaman Kebijakan Privasi https://edda.co/privacy
Bahasa yang Didukung 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
}