Hangout Share Plus beta
BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!
Hangout Share Plus betaคืออะไร?
Hangout Share Plus beta เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sam และคุณลักษณะหลักของมันคือ "BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hangout Share Plus beta
ดาวน์โหลดไฟล์ส่วนขยาย Hangout Share Plus beta ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hangout Share Plus beta |
ID | jfkhnopbajkdbgiboodjidipnepjlkec |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hangout-share-plus-beta/jfkhnopbajkdbgiboodjidipnepjlkec |
คำอธิบาย | BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy! |
ขนาดไฟล์ | 10.64 KB |
จำนวนการติดตั้ง | 669 |
เวอร์ชันปัจจุบัน | 0.51 |
อัปเดตครั้งล่าสุด | 2016-08-26 |
วันที่เผยแพร่ | 2016-08-26 |
คะแนน | 3.33/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Sam |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://linkedinreach.com/privacy |
ภาษาที่รองรับ | 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 } |