NotionAlPro
The best alternative to a Notion AI subscription.
什麼是NotionAlPro?
NotionAlPro是由LanDrop開發的Chrome擴展程式,該擴展的主要功能是“The best alternative to a Notion AI subscription.”。
擴展截圖
下載NotionAlPro擴展crx文件
下載NotionAlPro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
🔥🔥 安装后即可免费使用 NotionAI🔥🔥 Notion AI 的最佳替代工具 👀 使用方式: ⚠️⚠️ 微信搜索 🔍 NotionSo 公众号,点击公众号菜单栏:免费领 AI 2️⃣2️⃣ 绑定你的 Notion 邮箱后点击打卡 🍳🍳 成功打卡后,在Chrome浏览器刷新Notion页面即可免费使用NotionAI 🔜 🔜 无需任何设置,超级方便
擴展基本資訊
名稱 | NotionAlPro |
ID | mckfefoaiaejgenpioegpeklhodgeeli |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } } |