Edda for Gmail

Synchronize your Gmail with your Edda account.

Edda for Gmailคืออะไร?

Edda for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://edda.co และคุณลักษณะหลักของมันคือ "Synchronize your Gmail with your Edda account."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Edda for Gmail

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}