NotionExtensions
Your notion.so workspace, with all the missing features.
Co to jest NotionExtensions?
NotionExtensions to rozszerzenie Chrome opracowane przez https://notionextensions.com, a jego główną funkcją jest „Your notion.so workspace, with all the missing features.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NotionExtensions
Pobierz pliki rozszerzeń NotionExtensions w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/
Podstawowe informacje o rozszerzeniu
Nazwa | NotionExtensions |
ID | kngfbhmaimflbboiolphlbdbippdglbl |
Oficjalny URL | https://chromewebstore.google.com/detail/notionextensions/kngfbhmaimflbboiolphlbdbippdglbl |
Opis | Your notion.so workspace, with all the missing features. |
Rozmiar pliku | 121 KB |
Liczba instalacji | 1,703 |
Aktualna Wersja | 0.0.7 |
Ostatnia Aktualizacja | 2022-12-12 |
Data Publikacji | 2022-02-21 |
Deweloper | https://notionextensions.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://app.notionextensions.com/privacy-policy |
Obsługiwane Języki | 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\/*" ] } ] } |