NotionExtensions
Your notion.so workspace, with all the missing features.
O que é NotionExtensions?
NotionExtensions é uma extensão do Chrome desenvolvida por https://notionextensions.com, e sua principal característica é "Your notion.so workspace, with all the missing features.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NotionExtensions
Baixe arquivos de extensão NotionExtensions 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
NotionExtensions provides small & configurable tools that make you more productive on notion.so. With this browser extension, you will be able to use NotionExtensions as a sidebar whenever you visit your notion.so workspace. More info at: https://notionextensions.com/
Informações Básicas da Extensão
Nome | NotionExtensions |
ID | kngfbhmaimflbboiolphlbdbippdglbl |
URL Oficial | https://chromewebstore.google.com/detail/notionextensions/kngfbhmaimflbboiolphlbdbippdglbl |
Descrição | Your notion.so workspace, with all the missing features. |
Tamanho do Arquivo | 121 KB |
Contagem de Instalações | 1,703 |
Versão Atual | 0.0.7 |
Última Atualização | 2022-12-12 |
Data de Publicação | 2022-02-21 |
Desenvolvedor | https://notionextensions.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://app.notionextensions.com/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NotionExtensions", "version": "0.0.7", "description": "Your notion.so workspace, with all the missing features.", "icons": { "512": "assets\/icons\/icon-512.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.notion.so\/*" ], "js": [ "src\/entryPoint.js" ] } ], "action": { "default_icon": { "512": "assets\/icons\/icon-512.png" }, "default_popup": "src\/popup.html", "default_title": "NotionExtensions" }, "web_accessible_resources": [ { "resources": [ "\/src\/index.js" ], "matches": [ "*:\/\/*.notion.so\/*" ] } ] } |