Recur for Basecamp
Recurring to-dos within Basecamp
什么是Recur for Basecamp?
Recur for Basecamp是由www.trackedhq.com开发的Chrome扩展程序,该扩展的主要功能是“Recurring to-dos within Basecamp”。
扩展截图
下载Recur for Basecamp扩展crx文件
下载Recur for Basecamp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | plhglaflppbkmegaobkfdhjclakmmpmd |
| 官方URL | https://chromewebstore.google.com/detail/recur-for-basecamp/plhglaflppbkmegaobkfdhjclakmmpmd |
| 简介 | Recurring to-dos within Basecamp |
| 文件大小 | 214 KB |
| 安装次数 | 776 |
| 当前版本 | 2.1.10 |
| 更新时间 | 2023-06-21 |
| 上架时间 | 2020-02-11 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | www.trackedhq.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.trackedhq.com/privacy |
| 支持的语言 | 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\/*"
]
} | |