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.…
What is SG Dynamo Dresden - Leage Table?
SG Dynamo Dresden - Leage Table is a Chrome extension developed by http://programmerq.eu, and its main feature is "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.…".
Extension Screenshots
Download SG Dynamo Dresden - Leage Table Extension CRX File
Download SG Dynamo Dresden - Leage Table extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | eheongncmapmandgblghoikgfaeofdeb |
Official URL | https://chrome.google.com/webstore/detail/sg-dynamo-dresden-blitzta/eheongncmapmandgblghoikgfaeofdeb |
Description | 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.… |
File Size | 123 KB |
Installation Count | 26 |
Current Version | 1.0.6 |
Last Updated | 2015-11-26 |
Publish Date | 2015-11-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://programmerq.eu |
Payment Type | free |
Help Page URL | https://groups.google.com/forum/?fromgroups#!forum/programmerq |
Supported Languages | 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" } } |