Strato Paketverfolgung
Geben Sie die Sendungsnummer von DHL, DPD oder UPS in das Plug-in ein und es ermittelt sofort den aktuellen Status des Pakets.
What is Strato Paketverfolgung?
Strato Paketverfolgung is a Chrome extension developed by STRATO AG, and its main feature is "Geben Sie die Sendungsnummer von DHL, DPD oder UPS in das Plug-in ein und es ermittelt sofort den aktuellen Status des Pakets.".
Extension Screenshots
Download Strato Paketverfolgung Extension CRX File
Download Strato Paketverfolgung 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
Ihre Paketverfolgung wird komfortabel: Sie haben z. B. mehrere Geschenke online bestellt? Mit diesem Add-on haben Sie alle Sendungsnummern auf einen Blick parat. Ein Vermerk zur jeweiligen Tracking-Nummer ermöglicht Ihnen ganz einfach die Zuordnung. So können Sie sich auf jedes Paket perfekt vorbereiten.
Extension Basic Information
Name | Strato Paketverfolgung |
ID | lebnmjeglgnfcjkdohpofoacbnlihdjb |
Official URL | https://chromewebstore.google.com/detail/strato-paketverfolgung/lebnmjeglgnfcjkdohpofoacbnlihdjb |
Description | Geben Sie die Sendungsnummer von DHL, DPD oder UPS in das Plug-in ein und es ermittelt sofort den aktuellen Status des Pakets. |
File Size | 1.03 MB |
Installation Count | 46 |
Current Version | 0.9.75 |
Last Updated | 2020-02-12 |
Publish Date | 2020-02-12 |
Rating | 4.00/5 Total 4 Ratings |
Developer | STRATO AG |
Payment Type | free |
Extension Website | https://www.strato.de/webshop/paketverfolgung/ |
Supported Languages | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Strato Paketverfolgung", "description": "Geben Sie die Sendungsnummer von DHL, DPD oder UPS in das Plug-in ein und es ermittelt sofort den aktuellen Status des Pakets.", "version": "0.9.75", "background": { "scripts": [ "\/assets\/js\/options.js", "\/assets\/js\/lang.js", "background.js" ] }, "permissions": [ "https:\/\/nolp.dhl.de\/*", "https:\/\/tracking.dpd.de\/*", "https:\/\/wwwapps.ups.com\/*", "storage", "notifications" ], "icons": { "16": "\/assets\/img\/box_16.png", "32": "\/assets\/img\/box_32.png", "48": "\/assets\/img\/box_48.png", "128": "\/assets\/img\/box_128.png" }, "browser_action": { "default_title": "Strato Paketverfolgung", "default_icon": "\/assets\/img\/box_16.png", "default_popup": "\/html\/ui.html" }, "manifest_version": 2, "minimum_chrome_version": "52.0", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "45.0" } } } |