StrikeBase
Displays a list of all your notifications and messages from your StrikeBase account.
StrikeBase란 무엇입니까?
StrikeBase은(는) http://www.strikebase.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays a list of all your notifications and messages from your StrikeBase account."입니다.
확장 프로그램 스크린샷
StrikeBase 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add Tasks, share Pages and view Notifications from your StrikeBase account. * Notifies you when your team performs updates in connection with the items you are working on across all your Projects * Displays the most recent Messages in your Message Inbox * Auto updates every minute * Stay updated on StrikeBase account activity even if you don't have StrikeBase open in your browser
확장 프로그램 기본 정보
이름 | |
ID | klpilbaimliijkmfndhndnnglagginll |
공식 URL | https://chrome.google.com/webstore/detail/strikebase/klpilbaimliijkmfndhndnnglagginll |
설명 | Displays a list of all your notifications and messages from your StrikeBase account. |
파일 크기 | 700 KB |
설치 횟수 | 13 |
현재 버전 | 1.8 |
최근 업데이트 | 2013-09-01 |
출시 날짜 | 2013-09-01 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | http://www.strikebase.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.strikebase.com |
도움말 페이지 URL | http://support.strikebase.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "StrikeBase", "version": "1.8", "manifest_version": 2, "description": "Displays a list of all your notifications and messages from your StrikeBase account.", "background": { "scripts": [ "background.js", "popup.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "StrikeBase" }, "permissions": [ "https:\/\/*.strikebase.com\/", "notifications", "tabs" ], "icons": { "128": "images\/icon_128.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |