PWTalkToPay

Talk To Pay par La Banque Postale - Vocal Biometric Web Payment Security

What is PWTalkToPay?

PWTalkToPay is a Chrome extension developed by PWConsultants, and its main feature is "Talk To Pay par La Banque Postale - Vocal Biometric Web Payment Security".

Extension Screenshots

screenshot

Download PWTalkToPay Extension CRX File

Download PWTalkToPay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Sécurisation des paiements VAD par biométrie vocale.                    

Extension Basic Information

Name PWTalkToPay PWTalkToPay
ID kdjppfgnjdnliibgbafpmkcfaalhmmmg
Official URL https://chromewebstore.google.com/detail/pwtalktopay/kdjppfgnjdnliibgbafpmkcfaalhmmmg
Description Talk To Pay par La Banque Postale - Vocal Biometric Web Payment Security
File Size 76.8 KB
Installation Count 192
Current Version 2.0.5
Last Updated 2014-02-06
Publish Date 2014-02-06
Rating 3.00/5 Total 8 Ratings
Developer PWConsultants
Payment Type free
Supported Languages 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"
}