NotionExtensions
Your notion.so workspace, with all the missing features.
Apa itu NotionExtensions?
NotionExtensions adalah ekstensi Chrome yang dikembangkan oleh https://notionextensions.com, dan fitur utamanya adalah "Your notion.so workspace, with all the missing features.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NotionExtensions
Unduh file ekstensi NotionExtensions dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/
Informasi Dasar Ekstensi
Nama | NotionExtensions |
ID | kngfbhmaimflbboiolphlbdbippdglbl |
URL Resmi | https://chromewebstore.google.com/detail/notionextensions/kngfbhmaimflbboiolphlbdbippdglbl |
Deskripsi | Your notion.so workspace, with all the missing features. |
Ukuran File | 121 KB |
Jumlah Instalasi | 1,703 |
Versi Saat Ini | 0.0.7 |
Terakhir Diperbarui | 2022-12-12 |
Tanggal Publikasi | 2022-02-21 |
Pengembang | https://notionextensions.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://app.notionextensions.com/privacy-policy |
Bahasa yang Didukung | 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\/*" ] } ] } |