← Back to Projects

Jules Task Manager

A Chrome Extension designed for high-efficiency bulk operations on Google Jules tasks via direct batchexecute API calls. Easily archive completed tasks, initiate AI code suggestions across repositories, and clean up unneeded suggestions at 10x speed.

JavaScript Chrome Extension batchexecute API Google Jules GitHub REST API
Status ✅ Open Source
Type Chrome Extension
API Architecture batchexecute HTTP
Platform Desktop Chrome / Brave / Edge

✨ Core Features

📦

Bulk Archive Tasks

Archive completed tasks for repositories with zero open Pull Requests in a single click. Integrated with the GitHub PR API to safely skip active work, with an optional force mode override.

🚀

Start Code Suggestions

Bulk start recommended AI suggestions (security fixes, performance optimizations, test coverage, code cleanup) across connected repos using category-aware prompt generation.

🗑️

Bulk Remove Suggestions

Dismiss and remove unneeded code suggestions across your connected repositories in fast batch calls using the internal Tjmm5c batchexecute RPC endpoint.

10x Faster batchexecute API

Bypasses slow UI clicks and DOM automation by making direct, authenticated HTTP RPC calls straight to Google's backend APIs for maximum speed and reliability.

📊

Live Progress & State Persistence

Real-time log stream and animated progress bar in the extension popup. Background service workers persist task state so long-running operations continue even if the popup is closed.

🔍

Dry Run Preview Mode

Test and preview exact batch operations, target repositories, and affected tasks safely before making actual API mutations.

🔧 Installation & Setup

You can clone or download the source code directly from GitHub and install it as an unpacked Chrome Extension:

  1. Download or extract the source folder from the GitHub repository.
  2. Navigate to chrome://extensions in your browser.
  3. Toggle Developer mode in the top-right corner.
  4. Click Load unpacked and select the project folder.
  5. Open any jules.google.com tab and click the extension icon to launch.
← Back to Projects