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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | fdmakkdkfgeccbchpbeaejdjgmgeafgj |
| 官方網址 | 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'"
} | |