TLVD auth
Authentication for TLVD EasyPay
Vad är TLVD auth?
TLVD auth är en Chrome-tillägg utvecklad av http://finance.tlvd-financial-group.ee, och dess huvudfunktion är "Authentication for TLVD EasyPay".
Ladda ner TLVD auth-förlängningens CRX-fil
Ladda ner TLVD auth-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
TLVD&EasyPay Authentication Grundläggande Information om Tillägg
| Namn | |
| ID | ompkjhgnleogdeelhbnmelccfpebpjlg |
| Officiell webbadress | https://chrome.google.com/webstore/detail/ompkjhgnleogdeelhbnmelccfpebpjlg |
| Beskrivning | Authentication for TLVD EasyPay |
| Filstorlek | 25.72 KB |
| Antal Installationer | 21 |
| Aktuell Version | 0.0.5 |
| Senast Uppdaterad | 2016-09-28 |
| Publiceringsdatum | 2016-09-28 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | http://finance.tlvd-financial-group.ee |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TLVD auth",
"version": "0.0.5",
"minimum_chrome_version": "40.0",
"manifest_version": 2,
"description": "Authentication for TLVD EasyPay",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*",
"file:\/\/\/*"
],
"js": [
"cnt.js"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"bground.js"
]
},
"permissions": [
"nativeMessaging"
]
} | |