Demodesk: Scheduling Automation Tool

The #1 Productivity Solution for Modern Revenue Teams

Τι είναι το Demodesk: Scheduling Automation Tool;

Το Demodesk: Scheduling Automation Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://demodesk.com, και η κύρια λειτουργία του είναι "The #1 Productivity Solution for Modern Revenue Teams".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Demodesk: Scheduling Automation Tool

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

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

                        Schedule, start, and handoff meetings from anywhere with the Demodesk Scheduling Chrome extension. 

Demodesk Scheduling enables customer-facing teams to hit their targets by simplifying meeting scheduling, distribution, and routing.

With the Chrome extension, everything you need to close more deals is just a click away, accessible in your sidebar: booking links, scheduling calls, starting instant meetings, and managing your meetings. No need to flip between the tabs and look for your Google Calendar.

With the Demodesk Scheduling Chrome extension, you can:

✅ Easily access all your team and personal booking links

✅ Generate custom booking links to add teammates to a potential meeting

✅ Start instant meeting

✅ Schedule a meeting

✅ Manage your Demodesk meetings directly in your Google Calendar

Add Demodesk to Chrome to start booking more meetings, achieve fair meeting distribution, and improve your speed to lead.                    

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

Όνομα Demodesk: Scheduling Automation Tool Demodesk: Scheduling Automation Tool
ID bbojnefnecffoabbniaoboefbffbbimi
Επίσημο URL https://chromewebstore.google.com/detail/demodesk-scheduling-autom/bbojnefnecffoabbniaoboefbffbbimi
Περιγραφή The #1 Productivity Solution for Modern Revenue Teams
Μέγεθος Αρχείου 5.58 MB
Αριθμός Εγκαταστάσεων 1,346
Τρέχουσα Έκδοση 4.12.7
Τελευταία Ενημέρωση 2023-12-19
Ημερομηνία Δημοσίευσης 2020-11-25
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://demodesk.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://demodesk.com
Διεύθυνση URL της Σελίδας Βοήθειας https://help.demodesk.com
URL της Σελίδας Πολιτικής Απορρήτου https://demodesk.com/legal/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "manifest_version": 3,
    "name": "Demodesk: Scheduling Automation Tool",
    "description": "The #1 Productivity Solution for Modern Revenue Teams",
    "permissions": [
        "cookies",
        "storage",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Demodesk.com",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.12.7",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "256": "icons\/icon-256.png",
        "512": "icons\/icon-512.png"
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content-scripts\/umbrella-app.js"
            ],
            "css": [
                "content-scripts\/umbrella-app-parent-page.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "content-scripts\/google-calendar.js"
            ],
            "css": [
                "content-scripts\/google-calendar.css"
            ],
            "matches": [
                "https:\/\/www.google.com\/calendar\/*",
                "https:\/\/calendar.google.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "content-scripts\/gmail.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "content-scripts\/demodesk.js"
            ],
            "css": [
                "content-scripts\/demodesk.css"
            ],
            "matches": [
                "https:\/\/demodesk.com\/manage\/*",
                "https:\/\/demodesk-staging.com\/manage\/*",
                "https:\/\/*.demodesk-review.com\/manage\/*",
                "https:\/\/*.teshub.demodesk-dev.com\/manage\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.demodesk.com\/*",
            "http:\/\/demodesk.com\/*",
            "https:\/\/demodesk-staging.com\/*",
            "https:\/\/demodesk-rc.com\/*",
            "https:\/\/*.teshub.demodesk-dev.com\/*",
            "https:\/\/*.demodesk-review.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/popup.html",
                "images\/content-scripts\/google-calendar\/demodesk-icon.svg",
                "images\/shared\/assets\/images\/*",
                "fonts\/*",
                "content-scripts\/umbrella-app.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}