Calendar Express for Google Forms™

1-click sidebar to see your calendar as you fill out forms

Τι είναι το Calendar Express for Google Forms™;

Το Calendar Express for Google Forms™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jucy Creations, και η κύρια λειτουργία του είναι "1-click sidebar to see your calendar as you fill out forms".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Calendar Express for Google Forms™

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

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

                        A quick, simple way to view your calendar in a sidebar while creating or filling Google Forms. Useful when you need to check which dates & times you are free for signing up for appointment slots on a form!

 - 1-click access to your calendar when viewing or editing Google Forms
 - Easily switch between days in the sidebar, or jump to full-screen Calendar
 - Click’n’drag to even move existing calendar events!

—

NOTES
 - You must be signed into Google to view your calendar, we show a reminder just in case
 - This extension doesn’t work on any other sites besides Google Forms urls
 - You can’t add events to your calendar from the sidebar

SECURITY/PRIVACY
This Chrome extension is super simple and does not store ANY of your data. It simply embeds the same Google Calendar sidebar that shows up in Gmail, Drive, Docs, etc. and puts it into Forms. You must be signed into a Google account for it to load your calendar, and the extension does not store or maintain permissions to access your calendar.

The extension is not affiliated with Google and only works when viewing or editing Google Forms.                    

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

Όνομα Calendar Express for Google Forms™ Calendar Express for Google Forms™
ID minjkplhnldhjhfiiakabkjeifcamkna
Επίσημο URL https://chromewebstore.google.com/detail/calendar-express-for-goog/minjkplhnldhjhfiiakabkjeifcamkna
Περιγραφή 1-click sidebar to see your calendar as you fill out forms
Μέγεθος Αρχείου 146 KB
Αριθμός Εγκαταστάσεων 44
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-02-28
Ημερομηνία Δημοσίευσης 2022-02-28
Προγραμματιστής Jucy Creations
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://sites.google.com/view/jucycreations/calendar-express
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/jucycreations/home
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgZ2SUTzLUnBwV6DND2g6ehMMS0bNOedavVUHy1aAXnNrdMW8wKULAZdgYOqNqUCAK4DLO2bw529t05DwXGYkMGtfzvwI01K5SlZuSo033YdPulTK2hgDxn0b6bcH\/XyOLzFVEl1wKrLQLXoBjRX1SyGNTsHIbYg9Zdn4Mvk7miYofJR\/I8pAM33dyPaT5FqnotX1q8aGPF5e0VhJI4T2RRYnNNyb+7pdGkcBfTpiHWqxigEKH+VbBvqduZk+Q7f3hqyvP68YyGh4WKyla26gAz7V4mXNWGpKvsNezkESI99Qa5yJstKSB6EZWzSXyjZDGKaBNURuT6cW18EJjXrIrQIDAQAB",
    "name": "Calendar Express for Google Forms\u2122",
    "short_name": "Calendar Express",
    "description": "1-click sidebar to see your calendar as you fill out forms",
    "version": "1.0",
    "oauth2": {
        "client_id": "995731707946-4r5bkddcag8n0jvrhosb81o5kjuenlep.apps.googleusercontent.com",
        "scopes": [
            ""
        ]
    },
    "permissions": [
        "declarativeContent"
    ],
    "action": {
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png"
        },
        "default_title": "View your Google Calendar"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/forms\/*\/edit*",
                "https:\/\/docs.google.com\/forms\/*\/viewform*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}