OnePgr Screen Sharing
This Chrome extension is developed for http://onepgr.com/. It doesn't do anything except capture content of your screen.
OnePgr Screen Sharingคืออะไร?
OnePgr Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย onepgr inc และคุณลักษณะหลักของมันคือ "This Chrome extension is developed for http://onepgr.com/. It doesn't do anything except capture content of your screen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OnePgr Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย OnePgr Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this Chrome Extension, you can: > Share your entire screen or specific application windows > Record your screen, download the recording, or share the recording URL for review See video: https://www.youtube.com/watch?v=MnkYMgoDCYM) > Record Video Message and upload to Youtube, share the recording URL, or download the recording See video: https://www.youtube.com/watch?v=hzUGfoEvcok Watch how OnePgr can help you manage your documents, projects as well as hold audio/video calls with screen sharing. You can present your solution deck, visually co-draw concepts or show a live demo. We help you and your clients focus on your message without having to worry about technology. OnePgr screen sharing lets you share your desktop with attendees without any downloads. Move your business forward in real-time.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | OnePgr Screen Sharing |
ID | ibccpcmagpemipimmoiagoepolifidbd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/onepgr-screen-sharing/ibccpcmagpemipimmoiagoepolifidbd |
คำอธิบาย | This Chrome extension is developed for http://onepgr.com/. It doesn't do anything except capture content of your screen. |
ขนาดไฟล์ | 37.31 KB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2018-02-06 |
วันที่เผยแพร่ | 2018-02-06 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | onepgr inc |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://onepgr.com/ |
URL หน้าช่วยเหลือ | https://onepgr.com/help/index.html |
URL หน้านโยบายความเป็นส่วนตัว | https://onepgr.com/tou.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OnePgr Screen Sharing", "author": "OnePgr, Inc.", "version": "3.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed for http:\/\/onepgr.com\/. It doesn't do anything except capture content of your screen.", "homepage_url": "https:\/\/app.onepgr.com", "background": { "scripts": [ "background-script.js" ], "persistent": true }, "externally_connectable": { "matches": [ "https:\/\/pgr.pagekite.me\/*", "https:\/\/app.onepgr.com\/*", "https:\/\/staging.onepgr.com\/*", "https:\/\/onepgr.com\/", "https:\/\/*.google.com\/" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |