Hangout Share Plus beta

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

什么是Hangout Share Plus beta?

Hangout Share Plus beta是由Sam开发的Chrome扩展程序,该扩展的主要功能是“BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!”。

扩展截图

screenshot

下载Hangout Share Plus beta扩展crx文件

下载Hangout Share Plus beta扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 Hangout Share Plus beta Hangout Share Plus beta
ID jfkhnopbajkdbgiboodjidipnepjlkec
官方URL https://chromewebstore.google.com/detail/hangout-share-plus-beta/jfkhnopbajkdbgiboodjidipnepjlkec
简介 BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!
文件大小 10.64 KB
安装次数 669
当前版本 0.51
更新时间 2016-08-26
上架时间 2016-08-26
评分 3.33/5 共9次评分
开发者 Sam
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://linkedinreach.com/privacy
支持的语言 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
}