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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is an official extension provided by Mammoth Project. You can quickly receive notifications of tasks related to you."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mammoth Project Notification Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}