DPD Helper

A little extension that restrict DPD users for unwanted transactions.

ما هو DPD Helper؟

DPD Helper هو إضافة Chrome تم تطويرها بواسطة renzlo.m، والميزة الرئيسية لها هي "A little extension that restrict DPD users for unwanted transactions.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة DPD Helper

قم بتنزيل ملفات الامتداد DPD Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم DPD Helper DPD Helper
ID ieigohfjppflacbhgmppiihffjpnccoi
عنوان URL الرسمي https://chromewebstore.google.com/detail/dpd-helper/ieigohfjppflacbhgmppiihffjpnccoi
الوصف A little extension that restrict DPD users for unwanted transactions.
حجم الملف 22.36 KB
عدد التثبيتات 72
النسخة الحالية 1.0.4
آخر تحديث 2021-06-09
تاريخ النشر 2021-03-01
المطور renzlo.m
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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\/*"
    ]
}