DPD Helper
A little extension that restrict DPD users for unwanted transactions.
Apa itu DPD Helper?
DPD Helper adalah ekstensi Chrome yang dikembangkan oleh renzlo.m, dan fitur utamanya adalah "A little extension that restrict DPD users for unwanted transactions.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DPD Helper
Unduh file ekstensi DPD Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ieigohfjppflacbhgmppiihffjpnccoi |
URL Resmi | https://chromewebstore.google.com/detail/dpd-helper/ieigohfjppflacbhgmppiihffjpnccoi |
Deskripsi | A little extension that restrict DPD users for unwanted transactions. |
Ukuran File | 22.36 KB |
Jumlah Instalasi | 72 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2021-06-09 |
Tanggal Publikasi | 2021-03-01 |
Pengembang | renzlo.m |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |