Recur for Basecamp
Recurring to-dos within Basecamp
What is Recur for Basecamp?
Recur for Basecamp is a Chrome extension developed by www.trackedhq.com, and its main feature is "Recurring to-dos within Basecamp".
Extension Screenshots
Download Recur for Basecamp Extension CRX File
Download Recur for Basecamp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Add recurring to-dos to your Basecamp with a native UI experience. Made with native Basecamp UI elements, this extension allows you to stay in the app you love while adding repeating to-dos in a seamless integration.
Extension Basic Information
Name | Recur for Basecamp |
ID | plhglaflppbkmegaobkfdhjclakmmpmd |
Official URL | https://chromewebstore.google.com/detail/recur-for-basecamp/plhglaflppbkmegaobkfdhjclakmmpmd |
Description | Recurring to-dos within Basecamp |
File Size | 214 KB |
Installation Count | 776 |
Current Version | 2.1.10 |
Last Updated | 2023-06-21 |
Publish Date | 2020-02-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | www.trackedhq.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.trackedhq.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js", "js\/jquery.js" ] }, "content_scripts": [ { "js": [ "js\/jquery.js", "js\/jquery-ui.min.js", "js\/options.js", "js\/profiles\/recur_request.js", "js\/profiles\/recur_api.js", "js\/profiles\/recur_form.js", "js\/profiles\/recurring_todos_list.js", "js\/profiles\/mutation_observer.js" ], "matches": [ "https:\/\/3.basecamp.com\/*" ], "all_frames": true } ], "permissions": [ "storage" ], "name": "Recur for Basecamp", "short_name": "Recur", "version": "2.1.10", "manifest_version": 2, "icons": { "48": "images\/recur_logo_background.png" }, "description": "Recurring to-dos within Basecamp", "browser_action": { "default_icon": "images\/recur_logo_background.png", "default_popup": "html\/popup.html" }, "web_accessible_resources": [ "images\/*", "html\/*" ] } |