Shadowinner Web Extension

Add your events from Google Agenda on Shadowinner.

Shadowinner Web Extensionคืออะไร?

Shadowinner Web Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shadowinner.com และคุณลักษณะหลักของมันคือ "Add your events from Google Agenda on Shadowinner."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Shadowinner Web Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing Shadowinner, the game-changing web app that empowers companies to elevate their onboarding, team development, knowledge transfer, and internal mobility to the next level. Whether you're a team leader or an employee looking to advance your skills, Shadowinner is the perfect tool for you.

With Shadowinner, you'll be able to tap into the collective intelligence of your organization and harness the power of your team's experience. By connecting with experts, shadowers and peers, you'll be able to grow your skills, build your network and become a valuable asset to your company.

Our Google Calendar integration makes it easy for you to connect events with the app and share your expertise with others. You'll be able to quickly and easily find the help you need, and offer your own expertise to others.

We also have a unique feature called collaboration points, which allows you to track your level of mutual support and identify top contributors in the organization. Not only will you be able to measure your own progress, but you'll also be able to recognize and reward your team members who are making the most impact.

By installing the Chrome extension of Shadowinner, you'll have access to key information such as your collaboration points, upcoming events, and subjects that are in demand or have a high number of experts, all directly from your Google Calendar page.

With Shadowinner, you'll be able to take control of your professional development and make a real impact in your organization. The Outlook version is coming soon, so don't miss out on this opportunity to level up your career and supercharge your team.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shadowinner Web Extension Shadowinner Web Extension
ID gehbenjljchapnallefeoalmaimjddng
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shadowinner-web-extension/gehbenjljchapnallefeoalmaimjddng
คำอธิบาย Add your events from Google Agenda on Shadowinner.
ขนาดไฟล์ 11.17 MB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2023-05-08
วันที่เผยแพร่ 2023-01-29
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://shadowinner.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://shadowinner.com/
URL หน้าช่วยเหลือ https://shadowinner.com/contact/
URL หน้านโยบายความเป็นส่วนตัว https://shadowinner.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shadowinner Web Extension",
    "version": "0.1.4",
    "description": "Add your events from Google Agenda on Shadowinner.",
    "icons": {
        "16": "assets\/assets\/16.png",
        "32": "assets\/assets\/32.png",
        "48": "assets\/assets\/48.png",
        "128": "assets\/assets\/128.png"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "assets\/assets\/favicon.png"
    },
    "manifest_version": 3
}