EasyCalendar

Appointment Scheduler for every business professional!

Τι είναι το EasyCalendar;

Το EasyCalendar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://easycalendar.com, και η κύρια λειτουργία του είναι "Appointment Scheduler for every business professional!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        EasyCalendar is an easy to use yet powerful appointment scheduler for teams. You can customize the settings as per your use case and business flow with few clicks. It also integrates with other business tools and provides a tiny built-in CRM.

Use EasyCalendar Chrome extension to: 
- Select and share your available times for appointments.
- Share EasyCalendar scheduling links

With EasyCalendar, you also get a short public calendar link for your calendars (cal.so/your-name)

TERMS and PRIVACY POLICY

By using this Chrome Extension, you agree to the EasyCalendar Terms & Conditions available at https://easycalendar.com/terms and Privacy Policy available at https://easycalendar.com/privacy

DATA & COOKIE USE DISCLOSURE: 

In addition to data use information mentioned in our privacy policy, this extension reads your EasyCalendar cookies to ensure that you logged in your EasyCalendar account. If you are logged in, we use this information to fetch your calendars and calendar settings.

CHROME PERMISSION USAGE DISCLOSURE: 
This chrome extension requires following permissions from your Chrome browser: 

1. storage: Used to save your cookie in local storage so that we don't request cookies every time. 
2. cookies: Used to read your EasyCalendar cookies to ensure that you are logged in to use your EasyCalendar account (as mentioned in Data Use Disclosure) 
4. notifications: Used to send you notification for upcoming events and meetings 

DISCLAIMER:
This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.                    

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

Όνομα EasyCalendar EasyCalendar
ID kfgopdchnglpnipioiaepghjomonafph
Επίσημο URL https://chromewebstore.google.com/detail/easycalendar/kfgopdchnglpnipioiaepghjomonafph
Περιγραφή Appointment Scheduler for every business professional!
Μέγεθος Αρχείου 1.16 MB
Αριθμός Εγκαταστάσεων 107
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2021-01-16
Ημερομηνία Δημοσίευσης 2020-10-19
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://easycalendar.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://easycalendar.com
Διεύθυνση URL της Σελίδας Βοήθειας https://easycalendar.com/support
URL της Σελίδας Πολιτικής Απορρήτου https://justcall.io/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EasyCalendar",
    "version": "1.2",
    "description": "Appointment Scheduler for every business professional!",
    "permissions": [
        "cookies",
        "*:\/\/*.easycalendar.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/easycalendar.com; object-src 'self' ",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "css": [
                "font-awesome\/css\/font-awesome.min.css",
                "select2.min.css",
                "fullcalendar.min.css"
            ],
            "js": [
                "jquery1.11.2.min.js",
                "select2.min.js",
                "moment.min.js",
                "fullcalendar.min.js",
                "moment-timezone-with-data.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery1.11.2.min.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/Logo1x.png",
        "32": "images\/Logo2x.png",
        "48": "images\/Logo3x.png",
        "128": "images\/Logo3x.png"
    },
    "manifest_version": 2
}