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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ahoy.Ai Web Extension to help save time scheduling meetings by reminding you to cc [email protected] when writing an email on gmail."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ahoy.Ai Chrome Extenstion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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'" } |