NotionAlPro

The best alternative to a Notion AI subscription.

ما هو NotionAlPro؟

NotionAlPro هو إضافة Chrome تم تطويرها بواسطة LanDrop، والميزة الرئيسية لها هي "The best alternative to a Notion AI subscription.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة NotionAlPro

قم بتنزيل ملفات الامتداد NotionAlPro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        🔥🔥 安装后即可免费使用 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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://notionedu.ac.cn
عنوان صفحة المساعدة http://notionedu.ac.cn
عنوان صفحة سياسة الخصوصية 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\/*"
        ]
    }
}