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 |
Eメール | [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" } ] } |