Spinach.io - Daily standup that runs itself

Run faster, more-effective daily standup directly in Google Meet

Spinach.io - Daily standup that runs itself क्या है?

Spinach.io - Daily standup that runs itself https://spinach.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Run faster, more-effective daily standup directly in Google Meet"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Spinach.io - Daily standup that runs itself एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        A great daily standup can save dev teams hours of confusion and misalignment. The problem is that most standups we’ve observed aren’t that great. People aren’t always prepared, they think on the spot, it’s not engaging, people tune out, random topics drain the clock, and there’s no record of daily progress. If any of this sounds familiar, try Spinach.io. 

🥬 Before standup
Each person enters their updates in Spinach. Choose from default Yesterday, Today, Blocker categories or create your own!

Writing helps you articulate thoughts more clearly. Standup is spent sharing context instead of trying to recall what you did yesterday.

Jira integration allows you to link your check-in to specific Jira tasks for deeper context.

🥬 During standup
Spinach rotates through each person so there’s no fumbling with “who goes next”.

You can see each person’s update and how long they’ve been speaking.

Have something to discuss? Add it to Team Topics and Spinach will bring it up at the end to keep things moving.

🥬 After standup
Spinach keeps a summary of each standup and automatically posts to Slack and in the app. 

🥬 Async friendly
If you can’t join standup, your check-in can still be “in the meeting” even if you're not. Meeting free day? The team can skip live standup and just post updates in Slack. 

How to get started. 
Add the Chrome Extension. Open Google Meet. Click the Spinach icon in the lower right corner. Spinach will open directly in Google Meet. 

Feedback? Questions? Help? Email us anytime at [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Spinach.io - Daily standup that runs itself Spinach.io - Daily standup that runs itself
ID eippeohhelpgpnchcfigkjmpepicilig
आधिकारिक URL https://chromewebstore.google.com/detail/spinachio-daily-standup-t/eippeohhelpgpnchcfigkjmpepicilig
विवरण Run faster, more-effective daily standup directly in Google Meet
फ़ाइल का आकार 14.78 KB
स्थापना संख्या 719
वर्तमान संस्करण 0.1.8
अंतिम अपडेट 2023-11-21
प्रकाशन तिथि 2022-08-31
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर https://spinach.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://spinach.io/
सहायता पृष्ठ URL https://intercom.help/spinach_io/en/
गोपनीयता नीति पृष्ठ URL https://spinach.io/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spinach.io - Daily standup that runs itself",
    "manifest_version": 3,
    "version": "0.1.8",
    "description": "Run faster, more-effective daily standup directly in Google Meet",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "declarativeNetRequestWithHostAccess",
        "webNavigation"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon_for_google_meet.svg"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/meet.google.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": [],
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}