Available: Calendar Availability Software

With Available, you can select 15 min, 30 min, 45 min, or 1 hour slots from your calendar and insert them into your email as plain…

Τι είναι το Available: Calendar Availability Software;

Το Available: Calendar Availability Software είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://availableforgmail.com, και η κύρια λειτουργία του είναι "With Available, you can select 15 min, 30 min, 45 min, or 1 hour slots from your calendar and insert them into your email as plain…".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Available: Calendar Availability Software

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

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

                        With Available, you can select 15 min, 30 min, 45 min, or 1 hour slots from your calendar and insert them into your email as plain text.

No need to share calendar links or dealing with the hassle of switching between Google Calendar and Gmail to propose available times.

Upcoming features:
* Multiple calendars functionality 
* Click & drag to select available times
* Send times & put hold events on your calendar
* Multi-browser support (Brave, Firefox, Opera, Safari)
* Automatically create a calendar event when recipient chooses time
* Select & Copy times to Clipboard (for sharing times in other apps)

If you have any bugs or product suggestions please email me at [email protected]                    

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

Όνομα Available: Calendar Availability Software Available: Calendar Availability Software
ID lhfhcjmgkahmnlepjcnldhcbakekjlif
Επίσημο URL https://chrome.google.com/webstore/detail/available-calendar-availa/lhfhcjmgkahmnlepjcnldhcbakekjlif
Περιγραφή With Available, you can select 15 min, 30 min, 45 min, or 1 hour slots from your calendar and insert them into your email as plain…
Μέγεθος Αρχείου 1.53 MB
Αριθμός Εγκαταστάσεων 2,574
Τρέχουσα Έκδοση 0.0.6
Τελευταία Ενημέρωση 2020-09-23
Ημερομηνία Δημοσίευσης 2020-08-27
Αξιολόγηση 2.76/5 Συνολικά 33 Αξιολογήσεις
Προγραμματιστής http://availableforgmail.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.availableforgmail.com/
URL της Σελίδας Πολιτικής Απορρήτου http://availableforgmail.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Available: Calendar Availability Software",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "index.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Available",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "*.js",
        "*.html",
        "*.png",
        "*.svg"
    ],
    "permissions": [
        "https:\/\/api.buildavailable.com\/authUrl",
        "https:\/\/api.buildavailable.com\/authenticate",
        "https:\/\/api.buildavailable.com\/register",
        "https:\/\/api.buildavailable.com\/calendar",
        "https:\/\/api.buildavailable.com\/analytics",
        "https:\/\/api.buildavailable.com\/users\/uninstall",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "identity",
        "identity.email"
    ],
    "oauth2": {
        "client_id": "732869597386-1amndjanvesi46mhbrm32upe8sa371q0.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "profile",
            "email",
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly"
        ]
    },
    "version": "0.0.6"
}