Reply with Calendar Invite by CakeAI

Built for Executive and their assistants. Use AI to reply to scheduling emails where replies contains contain a calendar invite link

Reply with Calendar Invite by CakeAIคืออะไร?

Reply with Calendar Invite by CakeAI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cakeai.app และคุณลักษณะหลักของมันคือ "Built for Executive and their assistants. Use AI to reply to scheduling emails where replies contains contain a calendar invite link"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reply with Calendar Invite by CakeAI

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

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

                        This extension is built for executive, executive assistants, human resources, virtual assistant, social media managers or anyone who has a lot of scheduling needs. It leverages AI to generate custom replies for each scheduling email. The response will also contain a calendar invite link that can be used to add an event on the calendar quickly.

Features:

- Reply with a custom reply message to each email
- Based on the context of the conversation, a Calendar invite will be generated in the reply
- You retain the control to edit the email before you hit reply

Limitations:

- It works best on gmail and google calendar. We are continuously improving it across other email providers.

Pricing

- With a 2 day trial you can confirm if it fits your needs.
- With $10/month subscription you get unlimited usage. No restrictions.

How to use

- Install the extension
- Go to an email which has some text about scheduling
- You should get 2 extra options to reply the email with. 🦄 30m or ❗️No.
- Pick an option and see the magic happen

See the video for more details on how to use the extension.

If you have any issues or have feedback, feel free to reach out to us on twitter at https://twitter.com/CakeAI_                    

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

ชื่อ Reply with Calendar Invite by CakeAI Reply with Calendar Invite by CakeAI
ID obcocaffohhgokefcpnhdfkpnogjbjdm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reply-with-calendar-invit/obcocaffohhgokefcpnhdfkpnogjbjdm
คำอธิบาย Built for Executive and their assistants. Use AI to reply to scheduling emails where replies contains contain a calendar invite link
ขนาดไฟล์ 77.22 KB
จำนวนการติดตั้ง 98
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2023-04-11
วันที่เผยแพร่ 2021-02-24
ผู้พัฒนา https://cakeai.app
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.cakeai.app/add-calendar-invite
URL หน้าช่วยเหลือ https://www.cakeai.app/all-calendar-invite
URL หน้านโยบายความเป็นส่วนตัว https://www.cakeai.app/legal/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlR0EJd2mG\/r6ryEzi0yLdDeFSrzugZbat\/ZlskvH2shKkwJ523KxSJgrCh\/Po05LvGTNW+a20b2IT17OZBTx3tCPvr11gjWbVqiAFfTNEnmTIE\/KEs8hoJPirUBC5eAt5SiW0yizqZpIkW7uU3Siluntizjl8NIeZxZD+AwTWpQGDa6Emzh798ESSxoczCqQ1VerscnDj92Cr05J8dDzPmUMZN0IpeH5bQaahQoIYFmJe2rHsL\/dyKLM\/dSrZPQsI7mwMX3\/Ig2ek84mtNmz0GIoH0VYzVGhzy9+jsCpgzOUl3yUM3n9oe9mfk7xw7DpVmBYCGcAXXoSV3bhrHhMaQIDAQAB",
    "name": "Reply with Calendar Invite by CakeAI",
    "short_name": "Reply with Calendar Invite by CakeAI",
    "description": "Built for Executive and their assistants. Use AI to reply to scheduling emails where replies contains contain a calendar invite link",
    "version": "0.1.0",
    "permissions": [
        "notifications",
        "storage"
    ],
    "background": {
        "service_worker": "worker.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "pages\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "pages\/content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "sandbox": {
        "pages": [
            "dashboard.html"
        ]
    },
    "action": {
        "default_icon": {
            "16": "assets\/16.png",
            "32": "assets\/32.png",
            "128": "assets\/128.png"
        }
    },
    "options_page": "pages\/dashboard.html",
    "icons": {
        "16": "assets\/16.png",
        "32": "assets\/32.png",
        "128": "assets\/128.png"
    }
}