experiment: acquire bc number from account

This commit is contained in:
iw0
2023-10-17 19:04:15 +02:00
parent eb7d1edbaa
commit 97d3ac1492
4 changed files with 88 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "BC100 Autofill",
"description": "Autofills your BahnCard 100 number and birthday into the passenger rights claim form.",
"version": "0.0.3",
"version": "0.0.4",
"icons": {
"64": "icons/icon.png"
},
@@ -16,6 +16,16 @@
"js": [
"content_script.js"
]
},
{
"matches": [
"https://www.bahn.de/buchung/kundenkonto/bahncard",
"https://int.bahn.de/*/buchung/kundenkonto/bahncard",
"https://www.bahn.de/buchung/kundenkonto/bahncard?lang=*"
],
"js": [
"acquire_bcnum.js"
]
}
],
"permissions": [