Hangout Share Plus beta
BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!
Co je Hangout Share Plus beta?
Hangout Share Plus beta je rozšíření Chrome vyvinuté Sam, a jeho hlavní funkcí je „BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Hangout Share Plus beta
Stáhněte si soubory rozšíření Hangout Share Plus beta ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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)
Základní Informace o Rozšíření
Název | Hangout Share Plus beta |
ID | jfkhnopbajkdbgiboodjidipnepjlkec |
Oficiální URL | https://chromewebstore.google.com/detail/hangout-share-plus-beta/jfkhnopbajkdbgiboodjidipnepjlkec |
Popis | BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy! |
Velikost souboru | 10.64 KB |
Počet instalací | 669 |
Aktuální Verze | 0.51 |
Poslední Aktualizace | 2016-08-26 |
Datum Vydání | 2016-08-26 |
Hodnocení | 3.33/5 Celkem 9 Hodnocení |
Vývojář | Sam |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://linkedinreach.com/privacy |
Podporované Jazyky | 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 } |