NotionExtensions

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

Vad är NotionExtensions?

NotionExtensions är en Chrome-tillägg utvecklad av https://notionextensions.com, och dess huvudfunktion är "Your notion.so workspace, with all the missing features.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner NotionExtensions-förlängningens CRX-fil

Ladda ner NotionExtensions-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn NotionExtensions NotionExtensions
ID kngfbhmaimflbboiolphlbdbippdglbl
Officiell webbadress https://chromewebstore.google.com/detail/notionextensions/kngfbhmaimflbboiolphlbdbippdglbl
Beskrivning Your notion.so workspace, with all the missing features.
Filstorlek 121 KB
Antal Installationer 1,703
Aktuell Version 0.0.7
Senast Uppdaterad 2022-12-12
Publiceringsdatum 2022-02-21
Utvecklare https://notionextensions.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://app.notionextensions.com/privacy-policy
Stödda Språk 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\/*"
            ]
        }
    ]
}