DPD Helper

A little extension that restrict DPD users for unwanted transactions.

Co je DPD Helper?

DPD Helper je rozšíření Chrome vyvinuté renzlo.m, a jeho hlavní funkcí je „A little extension that restrict DPD users for unwanted transactions.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření DPD Helper

Stáhněte si soubory rozšíření DPD Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název DPD Helper DPD Helper
ID ieigohfjppflacbhgmppiihffjpnccoi
Oficiální URL https://chromewebstore.google.com/detail/dpd-helper/ieigohfjppflacbhgmppiihffjpnccoi
Popis A little extension that restrict DPD users for unwanted transactions.
Velikost souboru 22.36 KB
Počet instalací 72
Aktuální Verze 1.0.4
Poslední Aktualizace 2021-06-09
Datum Vydání 2021-03-01
Vývojář renzlo.m
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}