Canvas Wrapped
Canvas Wrapped is here! Inspired by Spotify Wrapped.
Canvas Wrappedคืออะไร?
Canvas Wrapped เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://canvaswrapped.app และคุณลักษณะหลักของมันคือ "Canvas Wrapped is here! Inspired by Spotify Wrapped."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Canvas Wrapped
ดาวน์โหลดไฟล์ส่วนขยาย Canvas Wrapped ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Spotify Wrapped: "Spotify Wrapped is a viral marketing campaign by Spotify. Released annually in early December since 2016, the campaign allows Spotify users to view a compilation of data about their activity on the platform over the past year and invites them to share it on social media." Canvas LMS: "Canvas is a web-based learning management system, or LMS. It is used by learning institutions, educators, and students to access and manage online course learning materials and communicate about skill development and learning achievement." Q: But, what is Canvas LMS Wrapped? A: Similar to Spotify Wrapped, Canvas Wrapped is a tool designed for students whose schools use Canvas as an LMS. The tool enables students to view their assignment activity, including metrics such as the number of completed assignments, the number of missing assignments, the number of assignments submitted after the due date, the teachers who gave the most assignments and more. It provides a personalized and engaging experience for students, similar to how users view their music activity on Spotify. So let's get started! Using Canvas Wrapped is as easy as using Spotify Wrapped, please follow the steps below. 1) Install the Canvas LMS Wrapped extension. 2) Log in to your institution's Canvas LMS page 3) While on the Canvas LMS page, open the Canvas LMS Wrapped extension and click the "See Your Wrapped" button. You will be redirected to "wsspaper.com" where your data will be ready for you in a few minutes. It's that simple! Developer's Note: Canvas LMS Wrapped is a free to use tool that is developed for fun, and it does not seek any profit. Therefore user's data is NEITHER stored nor sold. Extension, Developer: Muhammed Cikmaz Designer: William Cheng
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Canvas Wrapped |
ID | opmfijgagkfcdienlpamfldcdpknhhcg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/canvas-wrapped/opmfijgagkfcdienlpamfldcdpknhhcg |
คำอธิบาย | Canvas Wrapped is here! Inspired by Spotify Wrapped. |
ขนาดไฟล์ | 40.42 KB |
จำนวนการติดตั้ง | 166 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2023-05-10 |
วันที่เผยแพร่ | 2023-05-09 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://canvaswrapped.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://wsspaper.com/84989/ae/canvas-wrapped |
URL หน้านโยบายความเป็นส่วนตัว | https://www.canvaswrapped.app/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Canvas Wrapped", "version": "0.0.1", "description": "Canvas Wrapped is here! Inspired by Spotify Wrapped.", "permissions": [ "cookies", "tabs" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentScript.js" ] } ], "action": { "default_icon": { "16": "assets\/CanvasWrapped-favicon.png", "24": "assets\/CanvasWrapped-favicon.png", "32": "assets\/CanvasWrapped-favicon.png" }, "default_title": "Canvas Wrapped", "default_popup": "popup.html" } } |