TLVD auth
Authentication for TLVD EasyPay
Qu'est-ce que TLVD auth ?
TLVD auth est une extension Chrome développée par http://finance.tlvd-financial-group.ee, et sa fonction principale est "Authentication for TLVD EasyPay".
Télécharger le fichier CRX de l'extension TLVD auth
Téléchargez les fichiers d'extension TLVD auth au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
TLVD&EasyPay Authentication
Informations de Base sur l'Extension
Nom | |
ID | ompkjhgnleogdeelhbnmelccfpebpjlg |
URL Officiel | https://chrome.google.com/webstore/detail/ompkjhgnleogdeelhbnmelccfpebpjlg |
Description | Authentication for TLVD EasyPay |
Taille du Fichier | 25.72 KB |
Nombre d'Installations | 21 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2016-09-28 |
Date de Publication | 2016-09-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://finance.tlvd-financial-group.ee |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |