Delivery Trust® for Gmail

Send and receive encrypted emails right from your Gmail inbox.

Delivery Trust® for Gmailคืออะไร?

Delivery Trust® for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Identillect Technologies และคุณลักษณะหลักของมันคือ "Send and receive encrypted emails right from your Gmail inbox."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Delivery Trust® for Gmail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Conveniently send and receive encrypted email in Gmail for the Chrome/Edge browser using this convenient Chrome extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Delivery Trust® for Gmail Delivery Trust® for Gmail
ID hhjlfjobhfhlmlmggkfcpkmbmodakigk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/delivery-trust%C2%AE-for-gmail/hhjlfjobhfhlmlmggkfcpkmbmodakigk
คำอธิบาย Send and receive encrypted emails right from your Gmail inbox.
ขนาดไฟล์ 3.87 MB
จำนวนการติดตั้ง 3,359
เวอร์ชันปัจจุบัน 4.0.15
อัปเดตครั้งล่าสุด 2024-02-19
วันที่เผยแพร่ 2019-06-06
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Identillect Technologies
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://identillect.com
URL หน้าช่วยเหลือ https://identillect.zendesk.com/hc/en-us
URL หน้านโยบายความเป็นส่วนตัว https://identillect.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Delivery Trust\u00ae for Gmail",
    "description": "Send and receive encrypted emails right from your Gmail inbox.",
    "version": "4.0.15",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/*.google.com\/*",
        "https:\/\/*.identillect.com\/*",
        "https:\/\/identillect.auth0.com\/*",
        "https:\/\/identillectproduction.s3.amazonaws.com\/",
        "https:\/\/www.avatarapi.com\/",
        "https:\/\/*.googleapis.com\/*",
        "https:\/\/apis.google.com\/*",
        "https:\/\/checkip.amazonaws.com\/",
        "https:\/\/api2.amplitude.com\/2\/httpapi"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "main-bundle.js"
            ],
            "css": [
                "gmail.css",
                "three-dots.min.css",
                "main.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "sweetalert.js",
                "popper.min.js"
            ],
            "css": [
                "animate.min.css",
                "sweetalert.css",
                "three-dots.min.css",
                "tippy.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "scripting",
        "storage",
        "webRequest",
        "tabs",
        "activeTab",
        "identity",
        "identity.email"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "toggleSwitch.css",
                "dtWindow.html",
                "dtWindow.css",
                "bootstrap-3.3.7.min.css",
                "fabric.components.min.css",
                "fabric.min.css",
                "materialize.min.css",
                "materialize.min.js",
                "outlook\/page_context\/file_interceptor.js",
                "outlook\/page_context\/add_recipients.js",
                "outlook\/page_context\/get_recipient_emails.js",
                "loaderOverlay.html",
                "shadowLoader.css",
                "three-dots-white.min.css",
                "pageWorld.js",
                "sidePanel.html",
                "dtWindowGmail.html",
                "jwt-decode.min.js",
                "login\/tos.js",
                "login\/tos.html",
                "contacts_synced.html",
                "options\/*",
                "toggleSwitchGmail.css",
                "popper.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*\/*"
            ]
        }
    ],
    "incognito": "spanning",
    "icons": {
        "16": ".\/images\/dt.png",
        "32": ".\/images\/dt.png",
        "48": ".\/images\/dt.png",
        "128": ".\/images\/dt.png"
    },
    "content_security_policy": {
        "extension_page": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "oauth2": {
        "client_id": "1070254276836-8fulv5r1puir88k0mf5e3hmbnigpgd0u.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/contacts.readonly",
            "https:\/\/www.googleapis.com\/auth\/gmail.modify",
            "https:\/\/www.googleapis.com\/auth\/gmail.settings.basic"
        ]
    }
}