Hangout Share Plus beta
BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!
Wat is Hangout Share Plus beta?
Hangout Share Plus beta is een Chrome-extensie ontwikkeld door Sam, en de belangrijkste functie is "BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!".
Extensie Screenshots
Download het CRX-bestand van de extensie Hangout Share Plus beta
Download Hangout Share Plus beta-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | Hangout Share Plus beta |
ID | jfkhnopbajkdbgiboodjidipnepjlkec |
Officiële URL | https://chromewebstore.google.com/detail/hangout-share-plus-beta/jfkhnopbajkdbgiboodjidipnepjlkec |
Beschrijving | BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy! |
Bestandsgrootte | 10.64 KB |
Aantal Installaties | 669 |
Huidige Versie | 0.51 |
Laatst Bijgewerkt | 2016-08-26 |
Publicatiedatum | 2016-08-26 |
Beoordeling | 3.33/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Sam |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://linkedinreach.com/privacy |
Ondersteunde Talen | 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 } |