Pinstriped meeting
Schedule Pinstriped meetings from your Google Calendar
什么是Pinstriped meeting?
Pinstriped meeting是由https://pinstriped.com开发的Chrome扩展程序,该扩展的主要功能是“Schedule Pinstriped meetings from your Google Calendar”。
扩展截图
下载Pinstriped meeting扩展crx文件
下载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 |
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" } ] } |