Magicall
Magicall Chrome extension for screensharing on https://chat.getmagicall.com/*.
Magicallとは何ですか?
MagicallはTeam Ubiqによって開発されたChromeの拡張機能で、その主な機能は「Magicall Chrome extension for screensharing on https://chat.getmagicall.com/*.」です。
拡張機能のスクリーンショット
Magicall拡張機能のCRXファイルをダウンロード
Magicall拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Install this Chrome extension to start screen sharing on Magicall 拡張機能の基本情報
| 名前 | |
| ID | kdcdiaphnacjkhokjinmgnpopfjdldoj |
| 公式URL | https://chromewebstore.google.com/detail/magicall/kdcdiaphnacjkhokjinmgnpopfjdldoj |
| 説明 | Magicall Chrome extension for screensharing on https://chat.getmagicall.com/*. |
| ファイルサイズ | 94.36 KB |
| インストール数 | 51 |
| 現在のバージョン | 0.4.4 |
| 最終更新日 | 2018-10-23 |
| 公開日 | 2018-10-23 |
| 開発者 | Team Ubiq |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.getmagicall.com/ |
| プライバシーポリシーページのURL | https://www.iubenda.com/privacy-policy/80072039 |
| 対応言語 | 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",
" | |