Digima Chrome Extension

Digima Chrome Extension

ما هو Digima Chrome Extension؟

Digima Chrome Extension هو إضافة Chrome تم تطويرها بواسطة Comvex Engineering، والميزة الرئيسية لها هي "Digima Chrome Extension".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Digima Chrome Extension

قم بتنزيل ملفات الامتداد Digima Chrome Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        An email sending extension to connect to Digima.                    

معلومات أساسية عن التمديد

الاسم Digima Chrome Extension Digima Chrome Extension
ID kkckdlajodhiniacigmbmchkcomokhle
عنوان URL الرسمي https://chromewebstore.google.com/detail/digima-chrome-extension/kkckdlajodhiniacigmbmchkcomokhle
الوصف Digima Chrome Extension
حجم الملف 1.74 MB
عدد التثبيتات 758
النسخة الحالية 1.0.1
آخر تحديث 2022-12-06
تاريخ النشر 2020-01-29
المطور Comvex Engineering
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://digima.com
عنوان صفحة المساعدة https://v2.support.digima.com/hc/ja
عنوان صفحة سياسة الخصوصية https://comvex.co.jp/privacy-policy
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "inboxsdk.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": ".\/img\/logo-16.png",
        "32": ".\/img\/logo-32.png",
        "48": ".\/img\/logo-48.png",
        "128": ".\/img\/logo-128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "permissions": [
        "tabs",
        "background",
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.digima.com\/",
        "*:\/\/mail.google.com\/*",
        "*:\/\/*.googleusercontent.com\/*"
    ],
    "version": "1.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}