NotionExtensions

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

Qu'est-ce que NotionExtensions ?

NotionExtensions est une extension Chrome développée par https://notionextensions.com, et sa fonction principale est "Your notion.so workspace, with all the missing features.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension NotionExtensions

Téléchargez les fichiers d'extension NotionExtensions au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom NotionExtensions NotionExtensions
ID kngfbhmaimflbboiolphlbdbippdglbl
URL Officiel https://chromewebstore.google.com/detail/notionextensions/kngfbhmaimflbboiolphlbdbippdglbl
Description Your notion.so workspace, with all the missing features.
Taille du Fichier 121 KB
Nombre d'Installations 1,703
Version Actuelle 0.0.7
Dernière Mise à Jour 2022-12-12
Date de Publication 2022-02-21
Développeur https://notionextensions.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://app.notionextensions.com/privacy-policy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}