DPD Helper

A little extension that restrict DPD users for unwanted transactions.

DPD Helperとは何ですか?

DPD Helperはrenzlo.mによって開発されたChromeの拡張機能で、その主な機能は「A little extension that restrict DPD users for unwanted transactions.」です。

拡張機能のスクリーンショット

screenshot

DPD Helper拡張機能のCRXファイルをダウンロード

DPD Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}