DPD Helper
A little extension that restrict DPD users for unwanted transactions.
Wat is DPD Helper?
DPD Helper is een Chrome-extensie ontwikkeld door renzlo.m, en de belangrijkste functie is "A little extension that restrict DPD users for unwanted transactions.".
Extensie Screenshots
Download het CRX-bestand van de extensie DPD Helper
Download DPD Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ieigohfjppflacbhgmppiihffjpnccoi |
Officiële URL | https://chromewebstore.google.com/detail/dpd-helper/ieigohfjppflacbhgmppiihffjpnccoi |
Beschrijving | A little extension that restrict DPD users for unwanted transactions. |
Bestandsgrootte | 22.36 KB |
Aantal Installaties | 72 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2021-06-09 |
Publicatiedatum | 2021-03-01 |
Ontwikkelaar | renzlo.m |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |