NotionExtensions

Your notion.so workspace, with all the missing features.

Cos'è NotionExtensions?

NotionExtensions è un'estensione di Chrome sviluppata da https://notionextensions.com, e la sua funzione principale è "Your notion.so workspace, with all the missing features.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione NotionExtensions

Scarica i file di estensione NotionExtensions in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome NotionExtensions NotionExtensions
ID kngfbhmaimflbboiolphlbdbippdglbl
URL Ufficiale https://chromewebstore.google.com/detail/notionextensions/kngfbhmaimflbboiolphlbdbippdglbl
Descrizione Your notion.so workspace, with all the missing features.
Dimensione del File 121 KB
Conteggio Installazioni 1,703
Versione Corrente 0.0.7
Ultimo Aggiornamento 2022-12-12
Data di Pubblicazione 2022-02-21
Sviluppatore https://notionextensions.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://app.notionextensions.com/privacy-policy
Lingue Supportate 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\/*"
            ]
        }
    ]
}