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 là gì?
Mammoth Project Notification Extension là một tiện ích mở rộng Chrome được phát triển bởi https://mmth.pro, và tính năng chính của nó là "This is an official extension provided by Mammoth Project. You can quickly receive notifications of tasks related to you.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mammoth Project Notification Extension
Tải xuống các tệp mở rộng Mammoth Project Notification Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mammoth Project Notification Extension |
ID | dclbjdddfjoojbokdieecflmniegkhdj |
URL Chính Thức | https://chromewebstore.google.com/detail/mammoth-project-notificat/dclbjdddfjoojbokdieecflmniegkhdj |
Mô tả | This is an official extension provided by Mammoth Project. You can quickly receive notifications of tasks related to you. |
Kích Thước Tệp | 625 KB |
Số Lần Cài Đặt | 75 |
Phiên Bản Hiện Tại | 1.0.12 |
Cập Nhật Lần Cuối | 2022-03-07 |
Ngày Phát Hành | 2020-04-14 |
Nhà Phát Triển | https://mmth.pro |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mmth.pro/ |
URL Trang Trợ Giúp | https://app.mmth.pro/contacts |
URL Trang Chính Sách Bảo Mật | https://mmth.pro/ja/privacypolicy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |