Talking Calendar Reminder

Talking Calendar Reminder - Never miss anything.

Τι είναι το Talking Calendar Reminder;

Το Talking Calendar Reminder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://talkingcalendarreminder.com, και η κύρια λειτουργία του είναι "Talking Calendar Reminder - Never miss anything.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Talking Calendar Reminder

Λήψη αρχείων επέκτασης Talking Calendar Reminder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Talking Calendar Reminder is an A.I based Chrome Extension that utilizes voice to remind you of upcoming meetings, events and to do lists. 

•  It reads relevant information directly from both Google Calendars and Microsoft Outlook Calendars without any additional configuration steps from you. 

•  Once the Talking Calendar Reminder extension is installed and open, it will speak out loud the reminders 15, 10, 5 minutes before event starts and speak out when time comes.

•  It is ideally suited for busy professionals who work in office and with computers and who never want to miss any important meetings ever again.

•  Instead of hearing those simple and boring doorbell sound, now you can enjoy listening to a personal voice that speaks to you in a meaningful way.

We are Microsoft Partner and verified by Google.

For more information and how-to videos, please visit us at https://talkingcalendarreminder.com.

Thank you and hope this extension will be helpful to your life.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Talking Calendar Reminder Talking Calendar Reminder
ID dajogbfhhkekpfoacalidefcjocfpfbk
Επίσημο URL https://chromewebstore.google.com/detail/talking-calendar-reminder/dajogbfhhkekpfoacalidefcjocfpfbk
Περιγραφή Talking Calendar Reminder - Never miss anything.
Μέγεθος Αρχείου 244 KB
Αριθμός Εγκαταστάσεων 419
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2023-05-18
Ημερομηνία Δημοσίευσης 2021-07-19
Αξιολόγηση 3.80/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής https://talkingcalendarreminder.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://talkingcalendarreminder.com
Διεύθυνση URL της Σελίδας Βοήθειας https://talkingcalendarreminder.com
URL της Σελίδας Πολιτικής Απορρήτου https://talkingcalendarreminder.com/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Talking Calendar Reminder",
    "manifest_version": 3,
    "version": "1.0.5",
    "description": "Talking Calendar Reminder - Never miss anything.",
    "oauth2": {
        "client_id": "272316280334-5k6uoj2ts35gtig1t09et5r67a4beq0e.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.events.readonly",
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "profile"
        ]
    },
    "permissions": [
        "alarms",
        "activeTab",
        "scripting",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.talkingcalendarreminder.com\/*",
        "*:\/\/*.microsoftonline.com\/*",
        "*:\/\/*.chromiumapp.org\/*"
    ],
    "action": {
        "default_title": "Talking Calendar Reminder",
        "default_icon": {
            "32": "icons\/alarm-clock-32 light blue.png",
            "72": "icons\/alarm-clock-72 light blue.png",
            "128": "icons\/alarm-clock-128 light blue.png",
            "512": "icons\/alarm-clock-512 light blue.png"
        }
    },
    "icons": {
        "32": "icons\/alarm-clock-32 light blue.png",
        "72": "icons\/alarm-clock-72 light blue.png",
        "128": "icons\/alarm-clock-128 light blue.png",
        "512": "icons\/alarm-clock-512 light blue.png"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self' ; child-src https:\/\/content.googleapis.com ; connect-src https:\/\/talkingcalendarreminder.com https:\/\/texttospeech.googleapis.com https:\/\/people.googleapis.com https:\/\/www.googleapis.com https:\/\/graph.microsoft.com https:\/\/login.microsoftonline.com ; script-src 'self'  ; style-src 'self' ; img-src 'self' https:\/\/lh6.googleusercontent.com https:\/\/lh2.googleusercontent.com https:\/\/lh3.googleusercontent.com https:\/\/lh4.googleusercontent.com https:\/\/lh5.googleusercontent.com https:\/\/lh6.googleusercontent.com data:; media-src * data: blob: filesystem:;"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.mp3",
                "*.ogg"
            ],
            "matches": [
                "https:\/\/talkingcalendarreminder.com\/*",
                "https:\/\/graph.microsoft.com\/*",
                "https:\/\/login.microsoftonline.com\/*",
                "https:\/\/*.chromiumapp.org\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/talkingcalendarreminder.com\/*",
                "https:\/\/apis.google.com\/js\/api.js",
                "https:\/\/graph.microsoft.com\/*"
            ],
            "all_frames": true,
            "js": [
                "my-content-script.js"
            ]
        }
    ]
}