Mammoth Project Notification Extension

This is an official extension provided by Mammoth Project. You can quickly receive notifications of tasks related to you.

什么是Mammoth Project Notification Extension?

Mammoth Project Notification Extension是由https://mmth.pro开发的Chrome扩展程序,该扩展的主要功能是“This is an official extension provided by Mammoth Project. You can quickly receive notifications of tasks related to you.”。

扩展截图

screenshot
screenshot

下载Mammoth Project Notification Extension扩展crx文件

下载Mammoth Project Notification Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is an official extension provided by Mammoth Project. You can quickly receive notifications of tasks related to you.

- You need to register for the Mammoth Project to use it. Please register as a user from the link below.
https://mmth.pro/
- Please log in after installing the extension
- You can select the update interval of 1 minute, 1 hour, 1 day, or none (click to get)
- You can also move to project listings, task lists and searches with one click
- The language of the extension is according to Chrome's language settings                    

扩展基本信息

名称 Mammoth Project Notification Extension Mammoth Project Notification Extension
ID dclbjdddfjoojbokdieecflmniegkhdj
官方URL https://chromewebstore.google.com/detail/mammoth-project-notificat/dclbjdddfjoojbokdieecflmniegkhdj
简介 This is an official extension provided by Mammoth Project. You can quickly receive notifications of tasks related to you.
文件大小 625 KB
安装次数 75
当前版本 1.0.12
更新时间 2022-03-07
上架时间 2020-04-14
开发者 https://mmth.pro
电子邮箱 [email protected]
付费类型 free
扩展官网 https://mmth.pro/
帮助页面URL https://app.mmth.pro/contacts
隐私政策页面URL https://mmth.pro/ja/privacypolicy
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "1.0.12",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/app.mmth.pro\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/default16.png",
            "32": "assets\/default32.png",
            "48": "assets\/default48.png",
            "128": "assets\/default128.png"
        }
    },
    "icons": {
        "16": "assets\/default16.png",
        "32": "assets\/default32.png",
        "48": "assets\/default48.png",
        "128": "assets\/default128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.mmth.pro\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "manifest_version": 2
}