Bpmbuddy

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

What is Bpmbuddy?

Bpmbuddy is a Chrome extension developed by https://bpmbuddy.nl, and its main feature is "Importprijzen berekenen is verleden tijd. Bpmbuddy toont realtime prijzen incl. BPM en importkosten op Mobile.de.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Bpmbuddy Extension CRX File

Download Bpmbuddy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Bpmbuddy Bpmbuddy
ID ghonngdcphmghcmehbjpihhebnaheink
Official URL https://chromewebstore.google.com/detail/bpmbuddy/ghonngdcphmghcmehbjpihhebnaheink
Description Importprijzen berekenen is verleden tijd. Bpmbuddy toont realtime prijzen incl. BPM en importkosten op Mobile.de.
File Size 25.2 KB
Installation Count 369
Current Version 0.0.0.10
Last Updated 2021-09-17
Publish Date 2020-02-26
Rating 3.00/5 Total 2 Ratings
Developer https://bpmbuddy.nl
Email [email protected]
Payment Type free
Extension Website https://www.bpmbuddy.nl
Privacy Policy Page URL https://www.bpmbuddy.nl/privacy-policy
Supported Languages 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"
            ]
        }
    ]
}