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 là gì?

Ahoy.Ai Chrome Extenstion là một tiện ích mở rộng Chrome được phát triển bởi https://www.ahoy.ai, và tính năng chính của nó là "Ahoy.Ai Web Extension to help save time scheduling meetings by reminding you to cc [email protected] when writing an email on gmail.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ahoy.Ai Chrome Extenstion

Tải xuống các tệp mở rộng Ahoy.Ai Chrome Extenstion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ahoy.Ai Chrome Extenstion Ahoy.Ai Chrome Extenstion
ID fdmakkdkfgeccbchpbeaejdjgmgeafgj
URL Chính Thức https://chromewebstore.google.com/detail/ahoyai-chrome-extenstion/fdmakkdkfgeccbchpbeaejdjgmgeafgj
Mô tả Ahoy.Ai Web Extension to help save time scheduling meetings by reminding you to cc [email protected] when writing an email on gmail.
Kích Thước Tệp 136 KB
Số Lần Cài Đặt 583
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2017-08-25
Ngày Phát Hành 2017-08-25
Đánh Giá 3.26/5 Tổng số 19 Đánh Giá
Nhà Phát Triển https://www.ahoy.ai
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}