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 |
公式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 |
Eメール | [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 } |