experiment: acquire bc number from account
This commit is contained in:
@@ -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": [
|
||||
|
Reference in New Issue
Block a user