Posted Feb 4, 2026
Developed a Chrome extension for Gmail email management using regex rules. Managed Regex Pattern Matching, Automated Actions, Real-Time Monitoring features.
1
0

manifest.json in a text editoroauth2 section at the bottomYOUR_CLIENT_ID.apps.googleusercontent.com with your actual Client IDchrome://extensions/https://<extension-id>.chromiumapp.org/manifest.jsonYOUR_CLIENT_ID.apps.googleusercontent.com with your actual Client ID from Step 1chrome://extensions/gmail-regex-manager folder. - matches any character.* - matches any characters (zero or more)^ - start of string$ - end of string| - OR operator\ - escape special characters[abc] - matches a, b, or c[a-z] - matches any lowercase letter\d - matches any digit\w - matches word charactersstorage - Store rules and settings locallyidentity - Authenticate with Googlealarms - Periodic email checkinggmail.modify - Modify emails (labels, read status, etc.)gmail.labels - Manage labelschrome://extensions/tests/unit/. Run (after installing dev dependencies locally):.github/workflows/ci.yml.rules-export.json (current rules)chrome.storage.local under perfStats (configurable retention: 5-500 entries, default 50). Each entry:manifest.json, update package.json, append a CHANGELOG entry, commit, and tag:major | minor | patch.examples/:examples/rules-sample.jsonexamples/emails-sample.json--tag to auto commit & tag:chrome://extensions/ > Click "service worker"