SG Dynamo Dresden - Leage Table
Always to know where Dynamo! The Dynamo Table App shows you always see at a glance on which table position your team is up to date.…
SG Dynamo Dresden - Leage Table란 무엇입니까?
SG Dynamo Dresden - Leage Table은(는) http://programmerq.eu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Always to know where Dynamo! The Dynamo Table App shows you always see at a glance on which table position your team is up to date.…"입니다.
확장 프로그램 스크린샷
SG Dynamo Dresden - Leage Table 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Immer wissen, wo Dynamo steht! Die DynamoTabelle-App zeigt dir immer auf einen Blick, an welcher Tabellenposition deine Mannschaft aktuell steht. So kannst du live mitverfolgen, welche Auswirkungen die Spielbegegnungen der anderen Mannschaften auf die Platzierung der SG Dynamo Dresden e. V. haben. Mit dieser Chrome Extension hast Du jederzeit Zugriff auf die Live-Tabelle, ohne die aktuelle Webseite verlassen zu müssen. Dies ist eine Fan-App und wird nicht vom SG Dynamo Dresden e.V. betreut.
확장 프로그램 기본 정보
이름 | |
ID | eheongncmapmandgblghoikgfaeofdeb |
공식 URL | https://chrome.google.com/webstore/detail/sg-dynamo-dresden-blitzta/eheongncmapmandgblghoikgfaeofdeb |
설명 | Always to know where Dynamo! The Dynamo Table App shows you always see at a glance on which table position your team is up to date.… |
파일 크기 | 123 KB |
설치 횟수 | 26 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2015-11-26 |
출시 날짜 | 2015-11-26 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://programmerq.eu |
결제 유형 | free |
도움말 페이지 URL | https://groups.google.com/forum/?fromgroups#!forum/programmerq |
지원되는 언어 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "http:\/\/www.dynamo-dresden.de\/app\/blitztabelle.html", "version": "1.0.6", "minimum_chrome_version": "20", "description": "__MSG_extDescription__", "default_locale": "de", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "img\/icon\/16.png", "48": "img\/icon\/48.png", "128": "img\/icon\/128.png" }, "permissions": [ "http:\/\/*.dynamo-dresden.de\/" ], "browser_action": { "default_icon": "img\/icon\/19.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" } } |