Bpmbuddy

Importprijzen berekenen is verleden tijd. Bpmbuddy toont realtime prijzen incl. BPM en importkosten op Mobile.de.

Bpmbuddyとは何ですか?

Bpmbuddyはhttps://bpmbuddy.nlによって開発されたChromeの拡張機能で、その主な機能は「Importprijzen berekenen is verleden tijd. Bpmbuddy toont realtime prijzen incl. BPM en importkosten op Mobile.de.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Alle advertenties op Mobile.de worden getoond inclusief BPM en importkosten voor het importeren van deze auto naar Nederland. De prijzen van advertenties kunnen gemakkelijk met elkaar worden vergeleken. Handmatige berekeningen zijn hiermee verleden tijd.                    

拡張機能の基本情報

名前 Bpmbuddy Bpmbuddy
ID ghonngdcphmghcmehbjpihhebnaheink
公式URL https://chromewebstore.google.com/detail/bpmbuddy/ghonngdcphmghcmehbjpihhebnaheink
説明 Importprijzen berekenen is verleden tijd. Bpmbuddy toont realtime prijzen incl. BPM en importkosten op Mobile.de.
ファイルサイズ 25.2 KB
インストール数 369
現在のバージョン 0.0.0.10
最終更新日 2021-09-17
公開日 2020-02-26
評価 3.00/5 合計 2 レビュー
開発者 https://bpmbuddy.nl
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.bpmbuddy.nl
プライバシーポリシーページのURL https://www.bpmbuddy.nl/privacy-policy
対応言語 nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bpmbuddy",
    "short_name": "voor Mobile.de",
    "version": "0.0.0.10",
    "description": "Importprijzen berekenen is verleden tijd. Bpmbuddy toont realtime prijzen incl. BPM en importkosten op Mobile.de.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/mobile.de\/*",
        "*:\/\/www.mobile.de\/*",
        "webRequestBlocking"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "BpmBuddy"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.mobile.de\/nl\/Auto\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.mobile.de\/nl\/auto\/*"
            ],
            "js": [
                "content_search.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.mobile.de\/nl\/categorie\/auto\/*"
            ],
            "js": [
                "content_search.js"
            ]
        }
    ]
}