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
公式URL 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
Eメール [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
}