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\/*"
            ]
        }
    ]
}