CoScreen
CoScreen
What is CoScreen?
CoScreen is a Chrome extension developed by https://coscreen.co, and its main feature is "CoScreen".
Extension Screenshots
Download CoScreen Extension CRX File
Download CoScreen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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].
Extension Basic Information
Name | CoScreen |
ID | pahmjnapohdeedmdhmbeddgmhebhegme |
Official URL | https://chromewebstore.google.com/detail/coscreen/pahmjnapohdeedmdhmbeddgmhebhegme |
Description | CoScreen |
File Size | 2.46 MB |
Installation Count | 1,032 |
Current Version | 0.0.8 |
Last Updated | 2023-10-25 |
Publish Date | 2020-12-04 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://coscreen.co |
[email protected] | |
Payment Type | free |
Extension Website | https://coscreen.co |
Help Page URL | https://support.coscreen.co |
Privacy Policy Page URL | https://app.termly.io/document/privacy-policy/f8dd1607-7755-4f56-9f7a-bc7d57a69e49 |
Supported Languages | 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" ] } |