Hangout Share Plus beta
BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!
Cos'è Hangout Share Plus beta?
Hangout Share Plus beta è un'estensione di Chrome sviluppata da Sam, e la sua funzione principale è "BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hangout Share Plus beta
Scarica i file di estensione Hangout Share Plus beta in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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)
Informazioni di Base sull'Estensione
Nome | Hangout Share Plus beta |
ID | jfkhnopbajkdbgiboodjidipnepjlkec |
URL Ufficiale | https://chromewebstore.google.com/detail/hangout-share-plus-beta/jfkhnopbajkdbgiboodjidipnepjlkec |
Descrizione | BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy! |
Dimensione del File | 10.64 KB |
Conteggio Installazioni | 669 |
Versione Corrente | 0.51 |
Ultimo Aggiornamento | 2016-08-26 |
Data di Pubblicazione | 2016-08-26 |
Valutazione | 3.33/5 Totale 9 Valutazioni |
Sviluppatore | Sam |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://linkedinreach.com/privacy |
Lingue Supportate | 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 } |