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
screenshot
screenshot

تحميل ملف CRX للإضافة NotionExtensions

قم بتنزيل ملفات الامتداد NotionExtensions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني brais@notionextensions.com
نوع الدفع free
عنوان صفحة سياسة الخصوصية 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\/*"
            ]
        }
    ]
}