Mammoth Project Notification Extension
This is an official extension provided by Mammoth Project. You can quickly receive notifications of tasks related to you.
Cos'è Mammoth Project Notification Extension?
Mammoth Project Notification Extension è un'estensione di Chrome sviluppata da https://mmth.pro, e la sua funzione principale è "This is an official extension provided by Mammoth Project. You can quickly receive notifications of tasks related to you.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mammoth Project Notification Extension
Scarica i file di estensione Mammoth Project Notification Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Mammoth Project Notification Extension |
ID | dclbjdddfjoojbokdieecflmniegkhdj |
URL Ufficiale | https://chromewebstore.google.com/detail/mammoth-project-notificat/dclbjdddfjoojbokdieecflmniegkhdj |
Descrizione | This is an official extension provided by Mammoth Project. You can quickly receive notifications of tasks related to you. |
Dimensione del File | 625 KB |
Conteggio Installazioni | 75 |
Versione Corrente | 1.0.12 |
Ultimo Aggiornamento | 2022-03-07 |
Data di Pubblicazione | 2020-04-14 |
Sviluppatore | https://mmth.pro |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://mmth.pro/ |
URL della Pagina di Aiuto | https://app.mmth.pro/contacts |
URL della Pagina della Politica sulla Privacy | https://mmth.pro/ja/privacypolicy |
Lingue Supportate | 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 } |