Edda for Gmail

Synchronize your Gmail with your Edda account.

什麼是Edda for Gmail?

Edda for Gmail是由https://edda.co開發的Chrome擴展程式,該擴展的主要功能是“Synchronize your Gmail with your Edda account.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Edda for Gmail擴展crx文件

下載Edda for Gmail擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Edda for Gmail Edda for Gmail
ID kblnjmlekcbofmgpcaccjafhicjnenpe
官方網址 https://chromewebstore.google.com/detail/edda-for-gmail/kblnjmlekcbofmgpcaccjafhicjnenpe
簡介 Synchronize your Gmail with your Edda account.
檔案大小 338 KB
安裝次數 138
目前版本 1.0.2
更新時間 2024-02-27
上架時間 2019-12-10
評分 5.00/5 共 4 次評分
開發者 https://edda.co
電子郵箱 [email protected]
付費類型 free
擴展官網 https://edda.co/integrations/gmail-plugin
說明頁面URL https://help.edda.co/en/
隱私政策頁面URL https://edda.co/privacy
支援的語言 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
}