Notion Notification Manager
Notion notification manager extension helps you to group notions notification.
Τι είναι το Notion Notification Manager;
Το Notion Notification Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Alex Plugaru, και η κύρια λειτουργία του είναι "Notion notification manager extension helps you to group notions notification.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Notion Notification Manager
Λήψη αρχείων επέκτασης Notion Notification Manager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Disclaimer: this chrome extension is not associated with notion.so in any shape or form. They don't support it, we don't offer support for it, we don't accept external PRs or bug reports. Feel free to use it however you please, but don't complain about it. Chrome extension with various notion.so improvements. Ex: better notification grouping, follow/unfollow buttons and mass archive of notifications.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Notion Notification Manager |
ID | egginfgblieggoobgalpjoimncnabdlh |
Επίσημο URL | https://chromewebstore.google.com/detail/notion-notification-manag/egginfgblieggoobgalpjoimncnabdlh |
Περιγραφή | Notion notification manager extension helps you to group notions notification. |
Μέγεθος Αρχείου | 353 KB |
Αριθμός Εγκαταστάσεων | 156 |
Τρέχουσα Έκδοση | 0.0.9 |
Τελευταία Ενημέρωση | 2022-12-01 |
Ημερομηνία Δημοσίευσης | 2022-08-16 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Alex Plugaru |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/gorgias/better-notion |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notion Notification Manager", "version": "0.0.9", "description": "Notion notification manager extension helps you to group notions notification.", "manifest_version": 3, "icons": { "16": "icons\/notion_16x16.png", "32": "icons\/notion_32x32.png", "48": "icons\/notion_48x48.png" }, "action": { "default_icon": { "16": "icons\/notion_16x16.png", "32": "icons\/notion_32x32.png", "48": "icons\/notion_48x48.png" } }, "host_permissions": [ "https:\/\/www.notion.so\/*" ], "permissions": [], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.notion.so\/*" ], "run_at": "document_start", "all_frames": false, "js": [ "lib\/js\/jquery-3.5.1.min.js", "contentScript\/injectScript.js" ] }, { "matches": [ "https:\/\/www.notion.so\/*" ], "run_at": "document_end", "all_frames": false, "css": [ "css\/custom.css" ], "js": [ "config.json.js", "constant.js", "lib\/js\/jquery-3.5.1.min.js", "contentScript\/contentScript.js" ] } ], "web_accessible_resources": [ { "matches": [ " |