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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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