Hangout Share Plus beta

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

Co to jest Hangout Share Plus beta?

Hangout Share Plus beta to rozszerzenie Chrome opracowane przez Sam, a jego główną funkcją jest „BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hangout Share Plus beta

Pobierz pliki rozszerzeń Hangout Share Plus beta w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Hangout Share Plus beta Hangout Share Plus beta
ID jfkhnopbajkdbgiboodjidipnepjlkec
Oficjalny URL https://chromewebstore.google.com/detail/hangout-share-plus-beta/jfkhnopbajkdbgiboodjidipnepjlkec
Opis BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!
Rozmiar pliku 10.64 KB
Liczba instalacji 669
Aktualna Wersja 0.51
Ostatnia Aktualizacja 2016-08-26
Data Publikacji 2016-08-26
Ocena 3.33/5 Łącznie 9 Oceny
Deweloper Sam
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://linkedinreach.com/privacy
Obsługiwane Języki 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
}