DPD Helper

A little extension that restrict DPD users for unwanted transactions.

Qu'est-ce que DPD Helper ?

DPD Helper est une extension Chrome développée par renzlo.m, et sa fonction principale est "A little extension that restrict DPD users for unwanted transactions.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DPD Helper

Téléchargez les fichiers d'extension DPD Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom DPD Helper DPD Helper
ID ieigohfjppflacbhgmppiihffjpnccoi
URL Officiel https://chromewebstore.google.com/detail/dpd-helper/ieigohfjppflacbhgmppiihffjpnccoi
Description A little extension that restrict DPD users for unwanted transactions.
Taille du Fichier 22.36 KB
Nombre d'Installations 72
Version Actuelle 1.0.4
Dernière Mise à Jour 2021-06-09
Date de Publication 2021-03-01
Développeur renzlo.m
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}