When2MeetGoogle
Autofill when to meets with your google calendar.
When2MeetGoogleとは何ですか?
When2MeetGoogleはryanreszetnikによって開発されたChromeの拡張機能で、その主な機能は「Autofill when to meets with your google calendar.」です。
拡張機能のスクリーンショット
When2MeetGoogle拡張機能のCRXファイルをダウンロード
When2MeetGoogle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Filling out when2meets are always tedious so using When2MeetGoogle will allow you to fill out your availability based on your google calendar in one click! Just pressed the autofill button and it will be filled.
拡張機能の基本情報
名前 | When2MeetGoogle |
ID | gmkejagepejdikcliicfegjjhdinacbo |
公式URL | https://chromewebstore.google.com/detail/when2meetgoogle/gmkejagepejdikcliicfegjjhdinacbo |
説明 | Autofill when to meets with your google calendar. |
ファイルサイズ | 215 KB |
インストール数 | 122 |
現在のバージョン | 1.1 |
最終更新日 | 2023-02-07 |
公開日 | 2023-02-07 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | ryanreszetnik |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://when-2-meet-chrome.web.app |
ヘルプページのURL | https://when-2-meet-chrome.web.app |
プライバシーポリシーページのURL | https://life-planner-fea8f.web.app/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "When2MeetGoogle", "description": "Autofill when to meets with your google calendar.", "version": "1.1", "manifest_version": 3, "icons": { "16": "logo192.png", "48": "logo192.png", "128": "logo192.png" }, "background": { "service_worker": ".\/static\/js\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.when2meet.com\/*" ], "js": [ ".\/static\/js\/content.js" ], "all_frames": false, "run_at": "document_end" } ], "content_security_policy": { "script-src": "self", "object-src": "self" }, "externally_connectable": { "matches": [ "*:\/\/*.google.com\/*" ] }, "permissions": [ "tabs", "identity" ], "optional_permissions": [], "oauth2": { "client_id": "391349501740-6hfprkdm7f5a9lmd0q7es9itrimqpt30.apps.googleusercontent.com", "scopes": [ "profile email", "https:\/\/www.googleapis.com\/auth\/calendar" ] } } |