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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Recur for Basecamp |
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\/*" ] } |