PWTalkToPay
Talk To Pay par La Banque Postale - Vocal Biometric Web Payment Security
PWTalkToPay란 무엇입니까?
PWTalkToPay은(는) PWConsultants에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Talk To Pay par La Banque Postale - Vocal Biometric Web Payment Security"입니다.
확장 프로그램 스크린샷
PWTalkToPay 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Sécurisation des paiements VAD par biométrie vocale.
확장 프로그램 기본 정보
이름 | |
ID | kdjppfgnjdnliibgbafpmkcfaalhmmmg |
공식 URL | https://chromewebstore.google.com/detail/pwtalktopay/kdjppfgnjdnliibgbafpmkcfaalhmmmg |
설명 | Talk To Pay par La Banque Postale - Vocal Biometric Web Payment Security |
파일 크기 | 76.8 KB |
설치 횟수 | 192 |
현재 버전 | 2.0.5 |
최근 업데이트 | 2014-02-06 |
출시 날짜 | 2014-02-06 |
평점 | 3.00/5 총 8 개의 평점 |
개발자 | PWConsultants |
결제 유형 | free |
지원되는 언어 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "res\/*" ], "browser_action": { "default_icon": "icons\/button.png", "default_title": "Talk To Pay par La Banque Postale - Vocal Biometric Web Payment Security" }, "description": "Talk To Pay par La Banque Postale - Vocal Biometric Web Payment Security", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "includes\/content.js" ], "run_at": "document_start" } ], "manifest_version": 2, "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "homepage_url": "https:\/\/www.labanquepostale.fr\/", "version": "2.0.5", "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webNavigation" ], "name": "PWTalkToPay" } |