AppointmentCore Everywhere

Your full time scheduling assistant for Gmail, Outlook, Salesforce, Infusionsoft, Keap and more! Conversion focused scheduling…

Τι είναι το AppointmentCore Everywhere;

Το AppointmentCore Everywhere είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AppointmentCore, και η κύρια λειτουργία του είναι "Your full time scheduling assistant for Gmail, Outlook, Salesforce, Infusionsoft, Keap and more! Conversion focused scheduling…".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Your full time scheduling assistant for Gmail, Outlook, Salesforce, Infusionsoft, Keap and more!

Conversion focused scheduling assistant:
Easily provide a scheduling page.  Or, hand-select the times you’d like to offer.  AppointmentCore automatically displays the times in the timezone of your choice with a one-click to book button right inside of your email.  No need to exit to a different page.

Smart Reservations:
When selecting times to offer, rest assured that no one else will take those times in between.  AppointmentCore automatically adds reservation hold events onto your Google Calendar or Outlook Calendar until one of the times has been selected or you’ve set them to expire

Automate:
Wouldn’t it be nice if all you had to do was show up to an appointment and do what you do best?  AppointmentCore handles the coordination of scheduling including adding events to calendars, creating secure Zoom links and making sure that they show up with automated text messages and email reminders.                    

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

Όνομα AppointmentCore Everywhere AppointmentCore Everywhere
ID lnneoaiffaecjjidcokdmkjplggbpbie
Επίσημο URL https://chromewebstore.google.com/detail/appointmentcore-everywher/lnneoaiffaecjjidcokdmkjplggbpbie
Περιγραφή Your full time scheduling assistant for Gmail, Outlook, Salesforce, Infusionsoft, Keap and more! Conversion focused scheduling…
Μέγεθος Αρχείου 220 KB
Αριθμός Εγκαταστάσεων 55
Τρέχουσα Έκδοση 0.12
Τελευταία Ενημέρωση 2022-03-01
Ημερομηνία Δημοσίευσης 2020-08-07
Προγραμματιστής AppointmentCore
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.appointmentcore.com
Διεύθυνση URL της Σελίδας Βοήθειας https://appointmentcore.zendesk.com/hc/en-us/articles/360047421551
URL της Σελίδας Πολιτικής Απορρήτου https://www.appointmentcore.com/privacy-policy
Υποστηριζόμενες Γλώσσες en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AppointmentCore Everywhere",
    "version": "0.12",
    "default_locale": "en",
    "icons": {
        "16": ".\/assets\/img\/appointmentcore.png",
        "48": ".\/assets\/img\/appointmentcore.png",
        "128": ".\/assets\/img\/appointmentcore.png"
    },
    "browser_action": {
        "default_popup": "plugin\/popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "http:\/\/mail.google.com\/*",
                "https:\/\/outlook.office.com\/*",
                "http:\/\/outlook.office.com\/*",
                "https:\/\/outlook.office365.com\/*",
                "http:\/\/outlook.office365.com\/*",
                "https:\/\/outlook.live.com\/*",
                "http:\/\/outlook.live.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "http:\/\/www.linkedin.com\/*",
                "https:\/\/*.infusionsoft.com\/*",
                "https:\/\/keap.app\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.force.com\/*"
            ],
            "js": [
                "config.js",
                "libs\/interact.js",
                "plugin\/parser.js",
                "plugin\/observer.js",
                "plugin\/element.js",
                "plugin\/clickable-element.js",
                "plugin\/button.js",
                "plugin\/dropdown.js",
                "plugin\/icon-button.js",
                "plugin\/text-button.js",
                "plugin\/dropdown-button.js",
                "plugin\/frame.js",
                "plugin\/icon.js",
                "plugin\/shared\/message-listener.js",
                "plugin\/shared\/links.js",
                "plugin\/shared\/utils.js",
                "plugin\/shared\/constants.js",
                "plugin\/app-injector.js",
                "plugin\/plugin.js",
                "plugin\/app-core-section.js",
                "platforms\/keap.js",
                "platforms\/keap-app.js",
                "platforms\/salesforce.js",
                "main.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "assets\/img\/appcore_calendar_black.svg",
        "assets\/img\/appcore_calendar_white.svg",
        "assets\/img\/drop-down-arrow.png",
        "assets\/img\/drop-down-arrow-black.png",
        "assets\/img\/appointmentcore.png"
    ],
    "permissions": []
}