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是由Sam開發的Chrome擴展程式,該擴展的主要功能是“BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!”。
擴展截圖
下載Hangout Share Plus beta擴展crx文件
下載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 |
官方網址 | 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 } |