Pinstriped meeting

Schedule Pinstriped meetings from your Google Calendar

Τι είναι το Pinstriped meeting;

Το Pinstriped meeting είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pinstriped.com, και η κύρια λειτουργία του είναι "Schedule Pinstriped meetings from your Google Calendar".

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

screenshot

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

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

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

                        Pinstriped is the easy way to prepare and run successful meetings.

With the Pinstriped Chrome Extension, you can easily create new meetings in Pinstriped, right from your Google Calendar.

Now, you don't need to import meetings into Pinstriped; they'll automatically appear there, just by clicking the Pinstriped button in Google Calendar when creating a new event.

Pinstriped is focused on helping you prepare, run, and follow up on your meetings, and preparation just got a whole lot easier with the Pinstriped Chrome Extension.                    

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

Όνομα Pinstriped meeting Pinstriped meeting
ID fpkblaebgpaefagcaklfioaimplnfjoj
Επίσημο URL https://chromewebstore.google.com/detail/pinstriped-meeting/fpkblaebgpaefagcaklfioaimplnfjoj
Περιγραφή Schedule Pinstriped meetings from your Google Calendar
Μέγεθος Αρχείου 190 KB
Αριθμός Εγκαταστάσεων 70
Τρέχουσα Έκδοση 1.6.2
Τελευταία Ενημέρωση 2019-10-30
Ημερομηνία Δημοσίευσης 2019-10-30
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://pinstriped.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://help.pinstriped.com
URL της Σελίδας Πολιτικής Απορρήτου https://pinstriped.com/policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pinstriped meeting",
    "version": "1.6.2",
    "default_locale": "en",
    "description": "Schedule Pinstriped meetings from your Google Calendar",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "author": {
        "name": "Ejaz Bawasa",
        "email": "[email protected]"
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Pinstriped"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "libs\/config.js",
            "libs\/psgm.js",
            "libs\/server.js"
        ]
    },
    "permissions": [
        "identity",
        "https:\/\/pinstriped.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/calendar.google.com\/*",
                "https:\/\/calendar.google.com\/*"
            ],
            "css": [
                "tailwind.css"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ]
}