DPD Helper

A little extension that restrict DPD users for unwanted transactions.

DPD Helper क्या है?

DPD Helper renzlo.m द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A little extension that restrict DPD users for unwanted transactions."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DPD Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}