Notion Compte Rendu!

Easily add Notion pages to your Calendar events

Notion Compte Rendu!คืออะไร?

Notion Compte Rendu! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย younes.benallal.06 และคุณลักษณะหลักของมันคือ "Easily add Notion pages to your Calendar events"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notion Compte Rendu!

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

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

                        Notion Compte Rendu! helps you link all your meeting notes with your events! Stop wasting time creating the same events in Notion and in Calendar. It automatically shares access to all the attendees of the meeting. No more hassle adding and maintaining people on each Notion.                    

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

ชื่อ Notion Compte Rendu! Notion Compte Rendu!
ID ofandcgoackjlngfmlficfnckpicedka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notion-compte-rendu/ofandcgoackjlngfmlficfnckpicedka
คำอธิบาย Easily add Notion pages to your Calendar events
ขนาดไฟล์ 396 KB
จำนวนการติดตั้ง 76
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2023-04-05
วันที่เผยแพร่ 2021-11-04
คะแนน 1.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา younes.benallal.06
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://notionist.app
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notion Compte Rendu!",
    "homepage_url": "https:\/\/compte-rendu.vercel.app\/",
    "description": "Easily add Notion pages to your Calendar events",
    "version": "0.0.7",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*",
                "https:\/\/meet.google.com\/*",
                "http:\/\/localhost:3000\/",
                "https:\/\/compterendu-webapp.vercel.app\/"
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/compterendu-webapp.vercel.app\/*"
        ],
        "accept_tls_channel_id": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Compte Rendu!",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}