DPD Helper

A little extension that restrict DPD users for unwanted transactions.

DPD Helper là gì?

DPD Helper là một tiện ích mở rộng Chrome được phát triển bởi renzlo.m, và tính năng chính của nó là "A little extension that restrict DPD users for unwanted transactions.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng DPD Helper

Tải xuống các tệp mở rộng DPD Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DPD Helper DPD Helper
ID ieigohfjppflacbhgmppiihffjpnccoi
URL Chính Thức https://chromewebstore.google.com/detail/dpd-helper/ieigohfjppflacbhgmppiihffjpnccoi
Mô tả A little extension that restrict DPD users for unwanted transactions.
Kích Thước Tệp 22.36 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2021-06-09
Ngày Phát Hành 2021-03-01
Nhà Phát Triển renzlo.m
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}