NotionExtensions

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

Co je NotionExtensions?

NotionExtensions je rozšíření Chrome vyvinuté https://notionextensions.com, a jeho hlavní funkcí je „Your notion.so workspace, with all the missing features.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření NotionExtensions

Stáhněte si soubory rozšíření NotionExtensions ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název NotionExtensions NotionExtensions
ID kngfbhmaimflbboiolphlbdbippdglbl
Oficiální URL https://chromewebstore.google.com/detail/notionextensions/kngfbhmaimflbboiolphlbdbippdglbl
Popis Your notion.so workspace, with all the missing features.
Velikost souboru 121 KB
Počet instalací 1,703
Aktuální Verze 0.0.7
Poslední Aktualizace 2022-12-12
Datum Vydání 2022-02-21
Vývojář https://notionextensions.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://app.notionextensions.com/privacy-policy
Podporované Jazyky 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\/*"
            ]
        }
    ]
}