TLVD auth
Authentication for TLVD EasyPay
Co to jest TLVD auth?
TLVD auth to rozszerzenie Chrome opracowane przez http://finance.tlvd-financial-group.ee, a jego główną funkcją jest „Authentication for TLVD EasyPay”.
Pobierz plik CRX rozszerzenia TLVD auth
Pobierz pliki rozszerzeń TLVD auth w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
TLVD&EasyPay Authentication
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ompkjhgnleogdeelhbnmelccfpebpjlg |
Oficjalny URL | https://chrome.google.com/webstore/detail/ompkjhgnleogdeelhbnmelccfpebpjlg |
Opis | Authentication for TLVD EasyPay |
Rozmiar pliku | 25.72 KB |
Liczba instalacji | 21 |
Aktualna Wersja | 0.0.5 |
Ostatnia Aktualizacja | 2016-09-28 |
Data Publikacji | 2016-09-28 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://finance.tlvd-financial-group.ee |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |