echokit

Chrome Web Store Auto-Publishing Setup Checklist

Complete this checklist to enable fully automated Chrome extension publishing.

Time required: ~30 minutes (one-time setup)


✅ Setup Checklist

1. Google Cloud Console Setup

2. Chrome Web Store Setup

3. Generate Refresh Token

4. Add GitHub Secrets

Go to: https://github.com/ravitejakamalapuram/echokit/settings/secrets/actions

5. Test the Setup


📋 Values You Need

Keep these secure! Never commit them to your repository.

Secret Name Value Where to Find
CWS_EXTENSION_ID ________________ Chrome Web Store dashboard
CWS_CLIENT_ID ________________ Google Cloud Console → Credentials
CWS_CLIENT_SECRET ________________ Google Cloud Console → Credentials
CWS_REFRESH_TOKEN ________________ OAuth Playground (after authorization)

✨ After Setup

Once complete, releasing is as simple as:

git tag v1.7.0 && git push origin v1.7.0

Everything else happens automatically! 🎉


🆘 Need Help?


🔐 Security Notes