Recognize

The Recognize employee recognition browser extension. Add Recognize into Yammer.

Recognizeとは何ですか?

Recognizeはhttps://recognizeapp.comによって開発されたChromeの拡張機能で、その主な機能は「The Recognize employee recognition browser extension. Add Recognize into Yammer.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Recognize拡張機能のCRXファイルをダウンロード

Recognize拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Recognize is a social employee recognition program.

This extension makes is super easy to jump into the Recognize platform from the browser extension's icon which opens a popup.

Send and receive employee recognition, or redeem rewards from anywhere in Chrome.

✔ View leaderboards, company admin, and more with Yammer.
✔ View user's recognitions from their Yammer profile.
✔ Send recognition from tab at top of Yammer.
✔ Recognize anyone for their Yammer post.
✔ Recognize a user from their Yammer profile.

https://www.recognizeapp.com for more information.                    

拡張機能の基本情報

名前 Recognize Recognize
ID khonmmgfpdbncbianbikkhchhgleeako
公式URL https://chromewebstore.google.com/detail/recognize/khonmmgfpdbncbianbikkhchhgleeako
説明 The Recognize employee recognition browser extension. Add Recognize into Yammer.
ファイルサイズ 48.11 KB
インストール数 6,254
現在のバージョン 1.28.0
最終更新日 2022-06-07
公開日 2020-06-20
評価 4.60/5 合計 5 レビュー
開発者 https://recognizeapp.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.recognizeapp.com
ヘルプページのURL https://recognizeapp.com/help
プライバシーポリシーページのURL https://recognizeapp.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recognize",
    "version": "1.28.0",
    "manifest_version": 2,
    "description": "The Recognize employee recognition browser extension. Add Recognize into Yammer.",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Recognize",
        "default_popup": "popup.html"
    },
    "omnibox": {
        "keyword": "Recognize"
    },
    "content_security_policy": "script-src 'self' https:\/\/recognizeapp.com\/assets\/extension.js; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.recognizeapp.com\/*",
                "https:\/\/*.recognizeapp.com:50000\/*",
                "http:\/\/*.yammer.com\/*",
                "https:\/\/*.yammer.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "http:\/\/*.recognizeapp.com\/*",
        "https:\/\/*.recognizeapp.com:50000\/*",
        "http:\/\/*.yammer.com\/*",
        "https:\/\/*.yammer.com\/*"
    ],
    "web_accessible_resources": [
        "images\/load.gif",
        "styles\/main.css",
        "scripts\/popup.js"
    ]
}