YamThis

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

YamThis क्या है?

YamThis StephanJS द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly post the current page to your Yammer network in just a few clicks."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YamThis एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}