Magicall
Magicall Chrome extension for screensharing on https://chat.getmagicall.com/*.
What is Magicall?
Magicall is a Chrome extension developed by Team Ubiq, and its main feature is "Magicall Chrome extension for screensharing on https://chat.getmagicall.com/*.".
Extension Screenshots
Download Magicall Extension CRX File
Download Magicall 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
Install this Chrome extension to start screen sharing on Magicall
Extension Basic Information
Name | Magicall |
ID | kdcdiaphnacjkhokjinmgnpopfjdldoj |
Official URL | https://chromewebstore.google.com/detail/magicall/kdcdiaphnacjkhokjinmgnpopfjdldoj |
Description | Magicall Chrome extension for screensharing on https://chat.getmagicall.com/*. |
File Size | 94.36 KB |
Installation Count | 51 |
Current Version | 0.4.4 |
Last Updated | 2018-10-23 |
Publish Date | 2018-10-23 |
Developer | Team Ubiq |
[email protected] | |
Payment Type | free |
Extension Website | https://www.getmagicall.com/ |
Privacy Policy Page URL | https://www.iubenda.com/privacy-policy/80072039 |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Magicall", "description": "Magicall Chrome extension for screensharing on https:\/\/chat.getmagicall.com\/*.", "homepage_url": "https:\/\/www.getmagicall.com\/", "version": "0.4.4", "background": { "scripts": [ "capturedesktop.js", "gcal_background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_title": "Magicall" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "js": [ "ext\/jquery-3.3.1.min.js", "ext\/bililiteRange.js" ], "css": [ "cal.css", "ext\/roboto.css" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture", "storage", " |