Pinstriped meeting

Schedule Pinstriped meetings from your Google Calendar

Was ist Pinstriped meeting?

Pinstriped meeting ist eine Chrome-Erweiterung, die von https://pinstriped.com entwickelt wurde, und ihr Hauptmerkmal ist "Schedule Pinstriped meetings from your Google Calendar".

Erweiterungsscreenshots

screenshot

Pinstriped meeting-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pinstriped meeting-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Pinstriped meeting Pinstriped meeting
ID fpkblaebgpaefagcaklfioaimplnfjoj
Offizielle URL https://chromewebstore.google.com/detail/pinstriped-meeting/fpkblaebgpaefagcaklfioaimplnfjoj
Beschreibung Schedule Pinstriped meetings from your Google Calendar
Dateigröße 190 KB
Installationsanzahl 70
Aktuelle Version 1.6.2
Letztes Update 2019-10-30
Veröffentlichungsdatum 2019-10-30
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://pinstriped.com
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://help.pinstriped.com
URL der Datenschutzrichtlinien-Seite https://pinstriped.com/policy.html
Unterstützte Sprachen 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"
        }
    ]
}