NotionExtensions

Your notion.so workspace, with all the missing features.

NotionExtensionsคืออะไร?

NotionExtensions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://notionextensions.com และคุณลักษณะหลักของมันคือ "Your notion.so workspace, with all the missing features."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NotionExtensions

ดาวน์โหลดไฟล์ส่วนขยาย NotionExtensions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        NotionExtensions provides small & configurable tools that make you more productive on notion.so.

With this browser extension, you will be able to use NotionExtensions as a sidebar whenever you visit your notion.so workspace.

More info at: https://notionextensions.com/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NotionExtensions NotionExtensions
ID kngfbhmaimflbboiolphlbdbippdglbl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notionextensions/kngfbhmaimflbboiolphlbdbippdglbl
คำอธิบาย Your notion.so workspace, with all the missing features.
ขนาดไฟล์ 121 KB
จำนวนการติดตั้ง 1,703
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2022-12-12
วันที่เผยแพร่ 2022-02-21
ผู้พัฒนา https://notionextensions.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://app.notionextensions.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NotionExtensions",
    "version": "0.0.7",
    "description": "Your notion.so workspace, with all the missing features.",
    "icons": {
        "512": "assets\/icons\/icon-512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.notion.so\/*"
            ],
            "js": [
                "src\/entryPoint.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "512": "assets\/icons\/icon-512.png"
        },
        "default_popup": "src\/popup.html",
        "default_title": "NotionExtensions"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/src\/index.js"
            ],
            "matches": [
                "*:\/\/*.notion.so\/*"
            ]
        }
    ]
}