NotionAlPro

The best alternative to a Notion AI subscription.

NotionAlPro là gì?

NotionAlPro là một tiện ích mở rộng Chrome được phát triển bởi LanDrop, và tính năng chính của nó là "The best alternative to a Notion AI subscription.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng NotionAlPro 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

                        🔥🔥 安装后即可免费使用 NotionAI🔥🔥 Notion AI 的最佳替代工具 

👀 使用方式:

⚠️⚠️ 微信搜索 🔍 NotionSo  公众号,点击公众号菜单栏:免费领 AI

2️⃣2️⃣ 绑定你的 Notion 邮箱后点击打卡

🍳🍳 成功打卡后,在Chrome浏览器刷新Notion页面即可免费使用NotionAI

🔜 🔜 无需任何设置,超级方便                    

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

Tên NotionAlPro NotionAlPro
ID mckfefoaiaejgenpioegpeklhodgeeli
URL Chính Thức https://chromewebstore.google.com/detail/notionalpro/mckfefoaiaejgenpioegpeklhodgeeli
Mô tả The best alternative to a Notion AI subscription.
Kích Thước Tệp 709 KB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2024-01-18
Ngày Phát Hành 2023-09-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển LanDrop
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://notionedu.ac.cn
URL Trang Trợ Giúp http://notionedu.ac.cn
URL Trang Chính Sách Bảo Mật https://tips.oto.ac.cn/blog/notion-ai-add-on-privacy-
Ngôn Ngữ Được Hỗ Trợ zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.7",
    "author": "all",
    "name": "NotionAlPro",
    "description": "The best alternative to a Notion AI subscription.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.notion.so\/*"
            ],
            "js": [
                "middle.0f410a79.js"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/www.notion.so\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.notion.so\/*"
        ]
    }
}