SG Dynamo Dresden - Games
You missed the game of your team? No problem! The Dynamo Games App informs you on the go on the past, current and upcoming Round of…
SG Dynamo Dresden - Gamesคืออะไร?
SG Dynamo Dresden - Games เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://programmerq.eu และคุณลักษณะหลักของมันคือ "You missed the game of your team? No problem! The Dynamo Games App informs you on the go on the past, current and upcoming Round of…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SG Dynamo Dresden - Games
ดาวน์โหลดไฟล์ส่วนขยาย SG Dynamo Dresden - Games ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Du hast den Spieltag deiner Mannschaft verpasst? Kein Problem! Die DynamoSpieltag-App informiert dich auch unterwegs über den vergangenen, aktuellen und kommenden Spieltag der SG Dynamo Dresden e. V. Hier findest du alle Fakten zum Spiel, darunter den Vorbericht, den Spielbericht, die Statistiken sowie Bilder und Videos. Mit dieser Chrome Extension hast Du jederzeit Zugriff auf die Spieltagsinformationen, ohne die aktuelle Webseite verlassen zu müssen. Dies ist eine Fan-App und wird nicht vom SG Dynamo Dresden e.V. betreut. Wenn Du Fragen oder Probleme mit der App hast, gib mir gern dein Feedback unter "Meinungen"!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | opkcfdapagcefghddbbaoifpkpolafdk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/sg-dynamo-dresden-spielta/opkcfdapagcefghddbbaoifpkpolafdk |
คำอธิบาย | You missed the game of your team? No problem! The Dynamo Games App informs you on the go on the past, current and upcoming Round of… |
ขนาดไฟล์ | 51.71 KB |
จำนวนการติดตั้ง | 28 |
เวอร์ชันปัจจุบัน | 1.1.7 |
อัปเดตครั้งล่าสุด | 2015-10-21 |
วันที่เผยแพร่ | 2015-10-21 |
ผู้พัฒนา | http://programmerq.eu |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://groups.google.com/d/forum/programmerqeu |
ภาษาที่รองรับ | 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\/spieltag.html", "version": "1.1.7", "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:\/\/www.dynamo-dresden.de\/" ], "browser_action": { "default_icon": "img\/icon\/19.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" } } |