YamThis
Quickly post the current page to your Yammer network in just a few clicks.
什麼是YamThis?
YamThis是由StephanJS開發的Chrome擴展程式,該擴展的主要功能是“Quickly post the current page to your Yammer network in just a few clicks.”。
擴展截圖
下載YamThis擴展crx文件
下載YamThis擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | YamThis |
ID | fgeefhpaofppfmhbemhdedpkklhnhepb |
官方網址 | https://chromewebstore.google.com/detail/yamthis/fgeefhpaofppfmhbemhdedpkklhnhepb |
簡介 | Quickly post the current page to your Yammer network in just a few clicks. |
檔案大小 | 10.55 KB |
安裝次數 | 53 |
目前版本 | 1.1 |
更新時間 | 2017-09-06 |
上架時間 | 2017-09-05 |
評分 | 5.00/5 共 2 次評分 |
開發者 | StephanJS |
付費類型 | free |
支援的語言 | 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" ] } |