NotionAlPro

The best alternative to a Notion AI subscription.

NotionAlProとは何ですか?

NotionAlProはLanDropによって開発されたChromeの拡張機能で、その主な機能は「The best alternative to a Notion AI subscription.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

NotionAlPro拡張機能のCRXファイルをダウンロード

NotionAlPro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

👀 使用方式:

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

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

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

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

拡張機能の基本情報

名前 NotionAlPro NotionAlPro
ID mckfefoaiaejgenpioegpeklhodgeeli
公式URL https://chromewebstore.google.com/detail/notionalpro/mckfefoaiaejgenpioegpeklhodgeeli
説明 The best alternative to a Notion AI subscription.
ファイルサイズ 709 KB
インストール数 132
現在のバージョン 1.0.7
最終更新日 2024-01-18
公開日 2023-09-02
評価 5.00/5 合計 1 レビュー
開発者 LanDrop
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://notionedu.ac.cn
ヘルプページのURL http://notionedu.ac.cn
プライバシーポリシーページのURL https://tips.oto.ac.cn/blog/notion-ai-add-on-privacy-
対応言語 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\/*"
        ]
    }
}