beSlick for Gmail
Make email & task management easy, with beSlick for Gmail
beSlick for Gmail란 무엇입니까?
beSlick for Gmail은(는) https://beslick.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make email & task management easy, with beSlick for Gmail"입니다.
확장 프로그램 스크린샷
beSlick for Gmail 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
beSlick provides simple task management for you and your team, built on powerful process management for your business. All in one platform at www.beslick.com Use the 'beSlick for Gmail' Chrome Extension to: • Add emails as tasks in beSlick with one click • Then reassign, prioritize, add due dates or steps for others to do • Complete all your tasks directly in Gmail Built to reduce stress beSlick helps teams run like clockwork. "I hadn't realised the stress behind this until I started using beSlick regularly. I wish I had found beSlick sooner!" Rob Whittaker, Vistage Chair "Everyone uses it every day... we can't live without beSlick now" Sheryl Soukup, President Because every team should beSlick. Use beSlick to: • be productive - never forget anything by quickly adding new tasks & actions right when you need to. • be focused - by prioritizing & snoozing tasks so you're clear on what needs your attention. • be collaborative - by involving others in tasks and delegating work where needed. • be consistent - Save time by creating templates for all your repeatable tasks & processes. • be informed - Create visibility, with clear visual reports to give you instant visibility across your team
확장 프로그램 기본 정보
이름 | beSlick for Gmail |
ID | epcfojbkladifnnipfhmahiplpcmnmpb |
공식 URL | https://chromewebstore.google.com/detail/beslick-for-gmail/epcfojbkladifnnipfhmahiplpcmnmpb |
설명 | Make email & task management easy, with beSlick for Gmail |
파일 크기 | 1.52 MB |
설치 횟수 | 57 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-10-03 |
출시 날짜 | 2023-03-02 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://beslick.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://beslick.com |
개인정보 보호 정책 페이지 URL | https://beslick.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "beSlick for Gmail", "description": "Make email & task management easy, with beSlick for Gmail", "version": "1.0.1", "content_scripts": [ { "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "beslick_16.png", "48": "beslick_48.png", "128": "beslick_128.png", "256": "beslick_256.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/mail.google.com\/" ], "web_accessible_resources": [ { "resources": [ "https:\/\/app.beslick.com\/assets\/*.png" ], "matches": [] } ], "manifest_version": 3 } |