Pinstriped meeting
Schedule Pinstriped meetings from your Google Calendar
Pinstriped meeting là gì?
Pinstriped meeting là một tiện ích mở rộng Chrome được phát triển bởi https://pinstriped.com, và tính năng chính của nó là "Schedule Pinstriped meetings from your Google Calendar".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pinstriped meeting
Tải xuống các tệp mở rộng Pinstriped meeting dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pinstriped meeting |
ID | fpkblaebgpaefagcaklfioaimplnfjoj |
URL Chính Thức | https://chromewebstore.google.com/detail/pinstriped-meeting/fpkblaebgpaefagcaklfioaimplnfjoj |
Mô tả | Schedule Pinstriped meetings from your Google Calendar |
Kích Thước Tệp | 190 KB |
Số Lần Cài Đặt | 70 |
Phiên Bản Hiện Tại | 1.6.2 |
Cập Nhật Lần Cuối | 2019-10-30 |
Ngày Phát Hành | 2019-10-30 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://pinstriped.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://help.pinstriped.com |
URL Trang Chính Sách Bảo Mật | https://pinstriped.com/policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |