DPD Helper

A little extension that restrict DPD users for unwanted transactions.

Was ist DPD Helper?

DPD Helper ist eine Chrome-Erweiterung, die von renzlo.m entwickelt wurde, und ihr Hauptmerkmal ist "A little extension that restrict DPD users for unwanted transactions.".

Erweiterungsscreenshots

screenshot

DPD Helper-Erweiterungs-CRX-Datei herunterladen

Laden Sie DPD Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension will restrict the users from our company to click links that is not in the instructions resulting in unwanted charged from the client side.                    

Grundlegende Informationen zur Erweiterung

Name DPD Helper DPD Helper
ID ieigohfjppflacbhgmppiihffjpnccoi
Offizielle URL https://chromewebstore.google.com/detail/dpd-helper/ieigohfjppflacbhgmppiihffjpnccoi
Beschreibung A little extension that restrict DPD users for unwanted transactions.
Dateigröße 22.36 KB
Installationsanzahl 72
Aktuelle Version 1.0.4
Letztes Update 2021-06-09
Veröffentlichungsdatum 2021-03-01
Entwickler renzlo.m
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DPD Helper",
    "description": "A little extension that restrict DPD users for unwanted transactions.",
    "version": "1.0.4",
    "manifest_version": 2,
    "icons": {
        "16": ".\/16x16.png",
        "32": ".\/32x32.png",
        "48": ".\/48x48.png",
        "64": ".\/64x64.png",
        "128": ".\/128x128.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "options_page": ".\/options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": ".\/32x32.png"
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/dpd.dc.aeb.com\/*"
    ]
}