Digima Chrome Extension
Digima Chrome Extension
什么是Digima Chrome Extension?
Digima Chrome Extension是由Comvex Engineering开发的Chrome扩展程序,该扩展的主要功能是“Digima Chrome Extension”。
扩展截图
下载Digima Chrome Extension扩展crx文件
下载Digima Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        An email sending extension to connect to Digima.                     扩展基本信息
| 名称 |   |  
| 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 | 
| 帮助页面URL | https://v2.support.digima.com/hc/ja | 
| 隐私政策页面URL | 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": [
                "  |  |