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はhttps://www.ahoy.aiによって開発されたChromeの拡張機能で、その主な機能は「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

Ahoy.Ai Chrome Extenstion拡張機能のCRXファイルをダウンロード

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'"
}