Visitele Operator Support Tools
Visitele operator tools need to be installed by support operator to allow screensharing and browser window resizing.
Visitele Operator Support Toolsとは何ですか?
Visitele Operator Support Toolsはhttps://www.visitele.comによって開発されたChromeの拡張機能で、その主な機能は「Visitele operator tools need to be installed by support operator to allow screensharing and browser window resizing.」です。
拡張機能のスクリーンショット
Visitele Operator Support Tools拡張機能のCRXファイルをダウンロード
Visitele Operator Support Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Live chat, video conference and screen-sharing using smart phone (Android, iOS) or PC. Sound and visual alert for incoming chat or video conference. Session recording (chat, audio, video). Dynamic number of online operators. Requires only browser – no Flash, no special app. Multi-language: English, German, Hungarian, Slovak, Polish, Russian. Optimized chat window for mobile devices (mobile phone, tablet) and PC.
拡張機能の基本情報
名前 | |
ID | ogdfkgnomdhpdjoginmpemmdoilniipg |
公式URL | https://chrome.google.com/webstore/detail/visitele-operator-support/ogdfkgnomdhpdjoginmpemmdoilniipg |
説明 | Visitele operator tools need to be installed by support operator to allow screensharing and browser window resizing. |
ファイルサイズ | 45.22 KB |
インストール数 | 36 |
現在のバージョン | 1.5.3 |
最終更新日 | 2018-03-05 |
公開日 | 2018-03-05 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://www.visitele.com |
支払い方法 | free |
拡張機能のウェブサイト | https://www.visitele.com |
ヘルプページのURL | https://visitele.com/index.php?lang=en#contact |
プライバシーポリシーページのURL | https://prod.visitele.com/legals/6ed4ac05729f/gdpr/en |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Visitele Operator Support Tools", "short_name": "visitele", "author": "visitele, j.s.a.", "version": "1.5.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Visitele operator tools need to be installed by support operator to allow screensharing and browser window resizing.", "homepage_url": "https:\/\/www.visitele.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "https:\/\/*\/*" ] } ], "icons": { "32": "visitele_icon_blue_32x32.png", "48": "visitele_icon_blue_48x48.png", "64": "visitele_icon_blue_64x64.png", "128": "visitele_icon_blue_128x128.png", "256": "visitele_icon_blue_256x256.png" }, "permissions": [ "desktopCapture", "tabs" ], "web_accessible_resources": [ "visitele_icon_blue_32x32.png" ] } |