YamThis

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

Wat is YamThis?

YamThis is een Chrome-extensie ontwikkeld door StephanJS, en de belangrijkste functie is "Quickly post the current page to your Yammer network in just a few clicks.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YamThis

Download YamThis-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam YamThis YamThis
ID fgeefhpaofppfmhbemhdedpkklhnhepb
Officiële URL https://chromewebstore.google.com/detail/yamthis/fgeefhpaofppfmhbemhdedpkklhnhepb
Beschrijving Quickly post the current page to your Yammer network in just a few clicks.
Bestandsgrootte 10.55 KB
Aantal Installaties 53
Huidige Versie 1.1
Laatst Bijgewerkt 2017-09-06
Publicatiedatum 2017-09-05
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar StephanJS
Betalingswijze free
Ondersteunde Talen 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"
    ]
}