Ahoy.Ai Chrome Extenstion

Ahoy.Ai Web Extension to help save time scheduling meetings by reminding you to cc [email protected] when writing an email on gmail.

Ahoy.Ai Chrome Extenstionคืออะไร?

Ahoy.Ai Chrome Extenstion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.ahoy.ai และคุณลักษณะหลักของมันคือ "Ahoy.Ai Web Extension to help save time scheduling meetings by reminding you to cc [email protected] when writing an email on gmail."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ahoy.Ai Chrome Extenstion

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

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

                        Ahoy.Ai Web Extension to help save time scheduling meetings by reminding users to cc [email protected] when writing an email on gmail. We securely check the email you are composing client-side for words that indicate an intent to meet. When this intention is identified, we offer to have you CC [email protected] on your email to use ahoy.ai's meeting scheduling algorithm to find the best time to meet for everyone involved with little to no hassle.                    

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

ชื่อ Ahoy.Ai Chrome Extenstion Ahoy.Ai Chrome Extenstion
ID fdmakkdkfgeccbchpbeaejdjgmgeafgj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ahoyai-chrome-extenstion/fdmakkdkfgeccbchpbeaejdjgmgeafgj
คำอธิบาย Ahoy.Ai Web Extension to help save time scheduling meetings by reminding you to cc [email protected] when writing an email on gmail.
ขนาดไฟล์ 136 KB
จำนวนการติดตั้ง 583
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2017-08-25
วันที่เผยแพร่ 2017-08-25
คะแนน 3.26/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://www.ahoy.ai
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ahoy.Ai Chrome Extenstion",
    "version": "0.1.1",
    "description": "Ahoy.Ai Web Extension to help save time scheduling meetings by reminding you to cc [email protected] when writing an email on gmail.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.ahoy.ai\/*",
                "https:\/\/meet.ahoy.ai\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "gmail.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "48": "icon48.png",
            "96": "icon96.png"
        },
        "default_title": "Ahoy.Ai"
    },
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png"
    },
    "web_accessible_resources": [
        "initialPagePopup.html",
        "postClickPopup.html",
        "style.css",
        "logo.png",
        "check_mark.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}