TLVD auth
Authentication for TLVD EasyPay
TLVD authとは何ですか?
TLVD authはhttp://finance.tlvd-financial-group.eeによって開発されたChromeの拡張機能で、その主な機能は「Authentication for TLVD EasyPay」です。
TLVD auth拡張機能のCRXファイルをダウンロード
TLVD auth拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TLVD&EasyPay Authentication
拡張機能の基本情報
名前 | |
ID | ompkjhgnleogdeelhbnmelccfpebpjlg |
公式URL | https://chrome.google.com/webstore/detail/ompkjhgnleogdeelhbnmelccfpebpjlg |
説明 | Authentication for TLVD EasyPay |
ファイルサイズ | 25.72 KB |
インストール数 | 21 |
現在のバージョン | 0.0.5 |
最終更新日 | 2016-09-28 |
公開日 | 2016-09-28 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://finance.tlvd-financial-group.ee |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |