YamThis
Quickly post the current page to your Yammer network in just a few clicks.
Qu'est-ce que YamThis ?
YamThis est une extension Chrome développée par StephanJS, et sa fonction principale est "Quickly post the current page to your Yammer network in just a few clicks.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YamThis
Téléchargez les fichiers d'extension YamThis au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | YamThis |
ID | fgeefhpaofppfmhbemhdedpkklhnhepb |
URL Officiel | https://chromewebstore.google.com/detail/yamthis/fgeefhpaofppfmhbemhdedpkklhnhepb |
Description | Quickly post the current page to your Yammer network in just a few clicks. |
Taille du Fichier | 10.55 KB |
Nombre d'Installations | 53 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-09-06 |
Date de Publication | 2017-09-05 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | StephanJS |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |