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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |