Basecamp To-Do Helper

Basecamp To-Do Helper

This extension will help you with the standard tempaltes for Basecamp Task Creation and Task Closing Comment.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Basecamp To-Do Helper",
  "version": "1.11",
  "description": "This extension will help you with the standard tempaltes for Basecamp Task Creation and Task Closing Comment.",
  "manifest_version": 3,
  "author": "Dharmik Raval",
  "icons": {
    "16": "tatvic16.png",
    "32": "tatvic.png"
  },
  "action": {
    "default_title": "Basecamp To-Do Helper",
    "default_popup": "option.html"
  }
}