PWTalkToPay
Talk To Pay par La Banque Postale - Vocal Biometric Web Payment Security
Wat is PWTalkToPay?
PWTalkToPay is een Chrome-extensie ontwikkeld door PWConsultants, en de belangrijkste functie is "Talk To Pay par La Banque Postale - Vocal Biometric Web Payment Security".
Extensie Screenshots
Download het CRX-bestand van de extensie PWTalkToPay
Download PWTalkToPay-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
Sécurisation des paiements VAD par biométrie vocale.
Basisinformatie over de Extensie
Naam | |
ID | kdjppfgnjdnliibgbafpmkcfaalhmmmg |
Officiële URL | https://chromewebstore.google.com/detail/pwtalktopay/kdjppfgnjdnliibgbafpmkcfaalhmmmg |
Beschrijving | Talk To Pay par La Banque Postale - Vocal Biometric Web Payment Security |
Bestandsgrootte | 76.8 KB |
Aantal Installaties | 192 |
Huidige Versie | 2.0.5 |
Laatst Bijgewerkt | 2014-02-06 |
Publicatiedatum | 2014-02-06 |
Beoordeling | 3.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | PWConsultants |
Betalingswijze | free |
Ondersteunde Talen | 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" } |