Hangout Share Plus beta

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

O que é Hangout Share Plus beta?

Hangout Share Plus beta é uma extensão do Chrome desenvolvida por Sam, e sua principal característica é "BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hangout Share Plus beta

Baixe arquivos de extensão Hangout Share Plus beta no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome Hangout Share Plus beta Hangout Share Plus beta
ID jfkhnopbajkdbgiboodjidipnepjlkec
URL Oficial https://chromewebstore.google.com/detail/hangout-share-plus-beta/jfkhnopbajkdbgiboodjidipnepjlkec
Descrição BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!
Tamanho do Arquivo 10.64 KB
Contagem de Instalações 669
Versão Atual 0.51
Última Atualização 2016-08-26
Data de Publicação 2016-08-26
Classificação 3.33/5 Total de 9 Avaliações
Desenvolvedor Sam
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://linkedinreach.com/privacy
Idiomas Suportados 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
}