DPD Helper

A little extension that restrict DPD users for unwanted transactions.

Cos'è DPD Helper?

DPD Helper è un'estensione di Chrome sviluppata da renzlo.m, e la sua funzione principale è "A little extension that restrict DPD users for unwanted transactions.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DPD Helper

Scarica i file di estensione DPD Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome DPD Helper DPD Helper
ID ieigohfjppflacbhgmppiihffjpnccoi
URL Ufficiale https://chromewebstore.google.com/detail/dpd-helper/ieigohfjppflacbhgmppiihffjpnccoi
Descrizione A little extension that restrict DPD users for unwanted transactions.
Dimensione del File 22.36 KB
Conteggio Installazioni 72
Versione Corrente 1.0.4
Ultimo Aggiornamento 2021-06-09
Data di Pubblicazione 2021-03-01
Sviluppatore renzlo.m
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}