YamThis

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

YamThisคืออะไร?

YamThis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย StephanJS และคุณลักษณะหลักของมันคือ "Quickly post the current page to your Yammer network in just a few clicks."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YamThis

ดาวน์โหลดไฟล์ส่วนขยาย 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 YamThis
ID fgeefhpaofppfmhbemhdedpkklhnhepb
URL อย่างเป็นทางการ 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"
    ]
}