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.

Hvad er Ahoy.Ai Chrome Extenstion?

Ahoy.Ai Chrome Extenstion er en Chrome-udvidelse udviklet af https://www.ahoy.ai, og dens hovedfunktion er "Ahoy.Ai Web Extension to help save time scheduling meetings by reminding you to cc [email protected] when writing an email on gmail.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Ahoy.Ai Chrome Extenstion-udvidelses-CRX-fil

Download Ahoy.Ai Chrome Extenstion-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Ahoy.Ai Chrome Extenstion Ahoy.Ai Chrome Extenstion
ID fdmakkdkfgeccbchpbeaejdjgmgeafgj
Officiel URL https://chromewebstore.google.com/detail/ahoyai-chrome-extenstion/fdmakkdkfgeccbchpbeaejdjgmgeafgj
Beskrivelse Ahoy.Ai Web Extension to help save time scheduling meetings by reminding you to cc [email protected] when writing an email on gmail.
Filstørrelse 136 KB
Antal Installationer 583
Nuværende Version 0.1.1
Senest Opdateret 2017-08-25
Udgivelsesdato 2017-08-25
Bedømmelse 3.26/5 Samlet 19 Bedømmelser
Udvikler https://www.ahoy.ai
Betalingsmetode free
Understøttede Sprog 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'"
}