NotionExtensions

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

NotionExtensions là gì?

NotionExtensions là một tiện ích mở rộng Chrome được phát triển bởi https://notionextensions.com, và tính năng chính của nó là "Your notion.so workspace, with all the missing features.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NotionExtensions

Tải xuống các tệp mở rộng NotionExtensions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NotionExtensions NotionExtensions
ID kngfbhmaimflbboiolphlbdbippdglbl
URL Chính Thức https://chromewebstore.google.com/detail/notionextensions/kngfbhmaimflbboiolphlbdbippdglbl
Mô tả Your notion.so workspace, with all the missing features.
Kích Thước Tệp 121 KB
Số Lần Cài Đặt 1,703
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2022-12-12
Ngày Phát Hành 2022-02-21
Nhà Phát Triển https://notionextensions.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://app.notionextensions.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}