Chia sẻ màn hình - Screen Sharing - Aloguru
This extension is developed for capture content of your screen and using it for Aloguru conversations.
What is Chia sẻ màn hình - Screen Sharing - Aloguru?
Chia sẻ màn hình - Screen Sharing - Aloguru is a Chrome extension developed by InApps Developers, and its main feature is "This extension is developed for capture content of your screen and using it for Aloguru conversations.".
Extension Screenshots
Download Chia sẻ màn hình - Screen Sharing - Aloguru Extension CRX File
Download Chia sẻ màn hình - Screen Sharing - Aloguru 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
Phần mở rộng cung cấp khả năng share màn hình cho người dùng Chrome và các trình duyệt base Chromium như CocCoc, Opera... Bạn sẽ cần reload lại màn hình cuộc gọi trên Aloguru sau khi cài đặt phần mở rộng lần đầu tiên. -------------- AloGuru là nền tảng kết nối Chuyên gia và Khách hàng thông qua Video Call đầu tiên tại Việt Nam. Chúng tôi giải quyết những vấn đề của Khách hàng bằng cách đưa họ đến với những Chuyên gia phù hợp nhất với mỗi vấn đề mà mình gặp phải trong cuộc sống, ở bất cứ đâu và bất cứ khi nào. AloGuru mang đến cho Khách hàng: - Chuyên gia tư vấn 1 - 1 trực tiếp qua màn hình thiết bị. - Giải pháp cho tất cả các vấn đề trên mọi lĩnh vực. - Sự tiện lợi tối đa: kết nối dễ dàng với đội ngũ chuyên gia mọi lúc, mọi nơi. - Với thời gian và chi phí tiết kiệm nhất. AloGuru hiện đã có mặt trên 3 nền tảng - Web: https://aloguru.com - Android: http://bit.ly/2hIt66E - iOS: http://apple.co/2A9jVDh
Extension Basic Information
Name | |
ID | eomeobomljfmdagngjkfpfffljooccke |
Official URL | https://chrome.google.com/webstore/detail/chia-s%E1%BA%BB-m%C3%A0n-h%C3%ACnh-screen-s/eomeobomljfmdagngjkfpfffljooccke |
Description | This extension is developed for capture content of your screen and using it for Aloguru conversations. |
File Size | 49.29 KB |
Installation Count | 16 |
Current Version | 0.1.2 |
Last Updated | 2018-09-09 |
Publish Date | 2018-09-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | InApps Developers |
Payment Type | free |
Extension Website | https://aloguru.com/ |
Help Page URL | https://aloguru.com/faqs |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chia s\u1ebb m\u00e0n h\u00ecnh - Screen Sharing - Aloguru", "short_name": "Aloguru Screen Sharing", "author": "trinvh@inapps", "version": "0.1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension is developed for capture content of your screen and using it for Aloguru conversations.", "homepage_url": "https:\/\/aloguru.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.aloguru.com\/*", "https:\/\/*.alo.guru\/*", "https:\/\/*.guru.test\/*" ] }, "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "browser_action": { "default_icon": "48x48.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "16x16.png" ] } |