NotionExtensions

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

Τι είναι το NotionExtensions;

Το NotionExtensions είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://notionextensions.com, και η κύρια λειτουργία του είναι "Your notion.so workspace, with all the missing features.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NotionExtensions

Λήψη αρχείων επέκτασης NotionExtensions σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα NotionExtensions NotionExtensions
ID kngfbhmaimflbboiolphlbdbippdglbl
Επίσημο URL https://chromewebstore.google.com/detail/notionextensions/kngfbhmaimflbboiolphlbdbippdglbl
Περιγραφή Your notion.so workspace, with all the missing features.
Μέγεθος Αρχείου 121 KB
Αριθμός Εγκαταστάσεων 1,703
Τρέχουσα Έκδοση 0.0.7
Τελευταία Ενημέρωση 2022-12-12
Ημερομηνία Δημοσίευσης 2022-02-21
Προγραμματιστής https://notionextensions.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://app.notionextensions.com/privacy-policy
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}