Notion Notification Manager
Notion notification manager extension helps you to group notions notification.
O que é Notion Notification Manager?
Notion Notification Manager é uma extensão do Chrome desenvolvida por Alex Plugaru, e sua principal característica é "Notion notification manager extension helps you to group notions notification.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Notion Notification Manager
Baixe arquivos de extensão Notion Notification Manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Notion Notification Manager |
ID | egginfgblieggoobgalpjoimncnabdlh |
URL Oficial | https://chromewebstore.google.com/detail/notion-notification-manag/egginfgblieggoobgalpjoimncnabdlh |
Descrição | Notion notification manager extension helps you to group notions notification. |
Tamanho do Arquivo | 353 KB |
Contagem de Instalações | 156 |
Versão Atual | 0.0.9 |
Última Atualização | 2022-12-01 |
Data de Publicação | 2022-08-16 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Alex Plugaru |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/gorgias/better-notion |
Idiomas Suportados | 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": [ " |