YamThis

Quickly post the current page to your Yammer network in just a few clicks.

Was ist YamThis?

YamThis ist eine Chrome-Erweiterung, die von StephanJS entwickelt wurde, und ihr Hauptmerkmal ist "Quickly post the current page to your Yammer network in just a few clicks.".

Erweiterungsscreenshots

screenshot

YamThis-Erweiterungs-CRX-Datei herunterladen

Laden Sie YamThis-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

                        Based on Yammer Embed, this extension lets you quickly post your current page to any group in your network. Because it utilizes the Yammer OpenGraph, you'll also be able to see any previous conversations in your Yammer network that link the current page. Great for starting conversations about websites or online videos, as well as any Office 365 and SharePoint pages or documents that don't have Yammer conversations already built in.

The developer of this extension is in no way affiliated with Yammer or Microsoft.

Change log:
v1.1 - Minor updates to improve loading times
v1.0 - Launch!                    

Grundlegende Informationen zur Erweiterung

Name YamThis YamThis
ID fgeefhpaofppfmhbemhdedpkklhnhepb
Offizielle URL https://chromewebstore.google.com/detail/yamthis/fgeefhpaofppfmhbemhdedpkklhnhepb
Beschreibung Quickly post the current page to your Yammer network in just a few clicks.
Dateigröße 10.55 KB
Installationsanzahl 53
Aktuelle Version 1.1
Letztes Update 2017-09-06
Veröffentlichungsdatum 2017-09-05
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler StephanJS
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YamThis",
    "short_name": "YamThis",
    "description": "Quickly post the current page to your Yammer network in just a few clicks.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": true,
        "page": "YamThis.html"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "YamThis.html"
    },
    "permissions": [
        "tabs"
    ]
}