Recognize
The Recognize employee recognition browser extension. Add Recognize into Yammer.
Recognizeคืออะไร?
Recognize เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://recognizeapp.com และคุณลักษณะหลักของมันคือ "The Recognize employee recognition browser extension. Add Recognize into Yammer."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Recognize
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 |
อีเมล | [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" ] } |