NotionAlPro

The best alternative to a Notion AI subscription.

Co to jest NotionAlPro?

NotionAlPro to rozszerzenie Chrome opracowane przez LanDrop, a jego główną funkcją jest „The best alternative to a Notion AI subscription.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia NotionAlPro

Pobierz pliki rozszerzeń NotionAlPro w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

👀 使用方式:

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

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

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

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

Podstawowe informacje o rozszerzeniu

Nazwa NotionAlPro NotionAlPro
ID mckfefoaiaejgenpioegpeklhodgeeli
Oficjalny URL https://chromewebstore.google.com/detail/notionalpro/mckfefoaiaejgenpioegpeklhodgeeli
Opis The best alternative to a Notion AI subscription.
Rozmiar pliku 709 KB
Liczba instalacji 132
Aktualna Wersja 1.0.7
Ostatnia Aktualizacja 2024-01-18
Data Publikacji 2023-09-02
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper LanDrop
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://notionedu.ac.cn
Adres URL Strony Pomocy http://notionedu.ac.cn
Adres URL Strony Polityki Prywatności https://tips.oto.ac.cn/blog/notion-ai-add-on-privacy-
Obsługiwane Języki 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\/*"
        ]
    }
}