Pinstriped meeting

Schedule Pinstriped meetings from your Google Calendar

Cos'è Pinstriped meeting?

Pinstriped meeting è un'estensione di Chrome sviluppata da https://pinstriped.com, e la sua funzione principale è "Schedule Pinstriped meetings from your Google Calendar".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pinstriped meeting

Scarica i file di estensione Pinstriped meeting in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pinstriped meeting Pinstriped meeting
ID fpkblaebgpaefagcaklfioaimplnfjoj
URL Ufficiale https://chromewebstore.google.com/detail/pinstriped-meeting/fpkblaebgpaefagcaklfioaimplnfjoj
Descrizione Schedule Pinstriped meetings from your Google Calendar
Dimensione del File 190 KB
Conteggio Installazioni 70
Versione Corrente 1.6.2
Ultimo Aggiornamento 2019-10-30
Data di Pubblicazione 2019-10-30
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://pinstriped.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://help.pinstriped.com
URL della Pagina della Politica sulla Privacy https://pinstriped.com/policy.html
Lingue Supportate 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"
        }
    ]
}