Hangout Share Plus beta
BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!
Vad är Hangout Share Plus beta?
Hangout Share Plus beta är en Chrome-tillägg utvecklad av Sam, och dess huvudfunktion är "BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!".
Tilläggsskärmbilder
Ladda ner Hangout Share Plus beta-förlängningens CRX-fil
Ladda ner Hangout Share Plus beta-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)
Grundläggande Information om Tillägg
Namn | Hangout Share Plus beta |
ID | jfkhnopbajkdbgiboodjidipnepjlkec |
Officiell webbadress | https://chromewebstore.google.com/detail/hangout-share-plus-beta/jfkhnopbajkdbgiboodjidipnepjlkec |
Beskrivning | BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy! |
Filstorlek | 10.64 KB |
Antal Installationer | 669 |
Aktuell Version | 0.51 |
Senast Uppdaterad | 2016-08-26 |
Publiceringsdatum | 2016-08-26 |
Betyg | 3.33/5 Totalt 9 Betyg |
Utvecklare | Sam |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://linkedinreach.com/privacy |
Stödda Språk | 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 } |