Hangout Share Plus beta
BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!
Hangout Share Plus beta là gì?
Hangout Share Plus beta là một tiện ích mở rộng Chrome được phát triển bởi Sam, và tính năng chính của nó là "BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hangout Share Plus beta
Tải xuống các tệp mở rộng Hangout Share Plus beta dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
BETA RELEASE This Chrome extension adds an icon to your Hangouts chat windows. Simply click the icon in your Hangouts chat window to share all sorts of files to the person you are chatting with: Google Hangouts share .zip files Google Hangouts share .rar files Google Hangouts share .psd files Google Hangouts share .mp4 files and many many file types more. No file size limits, not any limits! Enjoy! (Disclaimer: use at own risk)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hangout Share Plus beta |
ID | jfkhnopbajkdbgiboodjidipnepjlkec |
URL Chính Thức | https://chromewebstore.google.com/detail/hangout-share-plus-beta/jfkhnopbajkdbgiboodjidipnepjlkec |
Mô tả | BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy! |
Kích Thước Tệp | 10.64 KB |
Số Lần Cài Đặt | 669 |
Phiên Bản Hiện Tại | 0.51 |
Cập Nhật Lần Cuối | 2016-08-26 |
Ngày Phát Hành | 2016-08-26 |
Đánh Giá | 3.33/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Sam |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://linkedinreach.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hangout Share Plus beta", "version": "0.51", "description": "BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!", "content_scripts": [ { "matches": [ "https:\/\/hangouts.google.com\/webchat\/*" ], "all_frames": true, "js": [ "page.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "popup.js" ], "persistent": false }, "permissions": [ "tabs" ], "web_accessible_resources": [ "share_icon.png" ], "manifest_version": 2 } |