TLVD auth
Authentication for TLVD EasyPay
Wat is TLVD auth?
TLVD auth is een Chrome-extensie ontwikkeld door http://finance.tlvd-financial-group.ee, en de belangrijkste functie is "Authentication for TLVD EasyPay".
Download het CRX-bestand van de extensie TLVD auth
Download TLVD auth-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
TLVD&EasyPay Authentication
Basisinformatie over de Extensie
Naam | |
ID | ompkjhgnleogdeelhbnmelccfpebpjlg |
Officiële URL | https://chrome.google.com/webstore/detail/ompkjhgnleogdeelhbnmelccfpebpjlg |
Beschrijving | Authentication for TLVD EasyPay |
Bestandsgrootte | 25.72 KB |
Aantal Installaties | 21 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2016-09-28 |
Publicatiedatum | 2016-09-28 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://finance.tlvd-financial-group.ee |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |