Hangout Share Plus beta

BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!

What is Hangout Share Plus beta?

Hangout Share Plus beta is a Chrome extension developed by Sam, and its main feature is "BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!".

Extension Screenshots

screenshot

Download Hangout Share Plus beta Extension CRX File

Download Hangout Share Plus beta extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Hangout Share Plus beta Hangout Share Plus beta
ID jfkhnopbajkdbgiboodjidipnepjlkec
Official URL https://chromewebstore.google.com/detail/hangout-share-plus-beta/jfkhnopbajkdbgiboodjidipnepjlkec
Description BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!
File Size 10.64 KB
Installation Count 669
Current Version 0.51
Last Updated 2016-08-26
Publish Date 2016-08-26
Rating 3.33/5 Total 9 Ratings
Developer Sam
Email [email protected]
Payment Type free
Privacy Policy Page URL https://linkedinreach.com/privacy
Supported Languages 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
}