DPD Helper

A little extension that restrict DPD users for unwanted transactions.

Co to jest DPD Helper?

DPD Helper to rozszerzenie Chrome opracowane przez renzlo.m, a jego główną funkcją jest „A little extension that restrict DPD users for unwanted transactions.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DPD Helper

Pobierz pliki rozszerzeń DPD Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa DPD Helper DPD Helper
ID ieigohfjppflacbhgmppiihffjpnccoi
Oficjalny URL https://chromewebstore.google.com/detail/dpd-helper/ieigohfjppflacbhgmppiihffjpnccoi
Opis A little extension that restrict DPD users for unwanted transactions.
Rozmiar pliku 22.36 KB
Liczba instalacji 72
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2021-06-09
Data Publikacji 2021-03-01
Deweloper renzlo.m
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}