Pinstriped meeting
Schedule Pinstriped meetings from your Google Calendar
Qu'est-ce que Pinstriped meeting ?
Pinstriped meeting est une extension Chrome développée par https://pinstriped.com, et sa fonction principale est "Schedule Pinstriped meetings from your Google Calendar".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pinstriped meeting
Téléchargez les fichiers d'extension Pinstriped meeting au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Pinstriped meeting |
ID | fpkblaebgpaefagcaklfioaimplnfjoj |
URL Officiel | https://chromewebstore.google.com/detail/pinstriped-meeting/fpkblaebgpaefagcaklfioaimplnfjoj |
Description | Schedule Pinstriped meetings from your Google Calendar |
Taille du Fichier | 190 KB |
Nombre d'Installations | 70 |
Version Actuelle | 1.6.2 |
Dernière Mise à Jour | 2019-10-30 |
Date de Publication | 2019-10-30 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://pinstriped.com |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://help.pinstriped.com |
URL de la Page de Politique de Confidentialité | https://pinstriped.com/policy.html |
Langues Prises en Charge | 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" } ] } |