Hangout Share Plus beta

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

Was ist Hangout Share Plus beta?

Hangout Share Plus beta ist eine Chrome-Erweiterung, die von Sam entwickelt wurde, und ihr Hauptmerkmal ist "BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!".

Erweiterungsscreenshots

screenshot

Hangout Share Plus beta-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hangout Share Plus beta-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Hangout Share Plus beta Hangout Share Plus beta
ID jfkhnopbajkdbgiboodjidipnepjlkec
Offizielle URL https://chromewebstore.google.com/detail/hangout-share-plus-beta/jfkhnopbajkdbgiboodjidipnepjlkec
Beschreibung BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!
Dateigröße 10.64 KB
Installationsanzahl 669
Aktuelle Version 0.51
Letztes Update 2016-08-26
Veröffentlichungsdatum 2016-08-26
Bewertung 3.33/5 Insgesamt 9 Bewertungen
Entwickler Sam
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://linkedinreach.com/privacy
Unterstützte Sprachen 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
}