CoScreen
CoScreen
CoScreenとは何ですか?
CoScreenはhttps://coscreen.coによって開発されたChromeの拡張機能で、その主な機能は「CoScreen」です。
拡張機能のスクリーンショット
CoScreen拡張機能のCRXファイルをダウンロード
CoScreen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Please install the Google Workspace app for CoScreen as this Chrome Extension has been deprecated.
You can find the new Google Workspace app for CoScreen here:
https://workspace.google.com/marketplace/app/coscreen_for_google_calendar/835187767315
Get help or ask questions: [email protected]. 拡張機能の基本情報
| 名前 | |
| ID | pahmjnapohdeedmdhmbeddgmhebhegme |
| 公式URL | https://chromewebstore.google.com/detail/coscreen/pahmjnapohdeedmdhmbeddgmhebhegme |
| 説明 | CoScreen |
| ファイルサイズ | 2.46 MB |
| インストール数 | 1,032 |
| 現在のバージョン | 0.0.8 |
| 最終更新日 | 2023-10-25 |
| 公開日 | 2020-12-04 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | https://coscreen.co |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://coscreen.co |
| ヘルプページのURL | https://support.coscreen.co |
| プライバシーポリシーページのURL | https://app.termly.io/document/privacy-policy/f8dd1607-7755-4f56-9f7a-bc7d57a69e49 |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CoScreen",
"version": "0.0.8",
"manifest_version": 2,
"description": "CoScreen",
"homepage_url": "https:\/\/coscreen.co",
"icons": {
"16": "icons\/16.png",
"19": "icons\/19.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"storage"
],
"omnibox": {
"keyword": "coscreen"
},
"browser_action": {
"default_popup": "browser-extension.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/calendar.google.com\/calendar\/*"
],
"js": [
"googleCalendar.js"
]
}
],
"web_accessible_resources": [
"icons\/19.png"
]
} | |