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
Eメール [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
}