NovaPoshta tracking
Track your novaposhta packages
What is NovaPoshta tracking?
NovaPoshta tracking is a Chrome extension developed by Dimi-Dun-Morogh, and its main feature is "Track your novaposhta packages".
Extension Screenshots
Download NovaPoshta tracking Extension CRX File
Download NovaPoshta tracking 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
Simple extension to track Nova Poshta packages. Nova Poshta is Ukranian delivery service. The extension will save 5 last track numbers you searched in your browsers localStorage. It will show these numbers in extension window, they can be clicked to perform new search.
Extension Basic Information
Name | NovaPoshta tracking |
ID | dlkjflpmejaehpobbokpgofkbfkojpea |
Official URL | https://chromewebstore.google.com/detail/novaposhta-tracking/dlkjflpmejaehpobbokpgofkbfkojpea |
Description | Track your novaposhta packages |
File Size | 641 KB |
Installation Count | 208 |
Current Version | 0.1.7 |
Last Updated | 2021-05-14 |
Publish Date | 2020-07-31 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Dimi-Dun-Morogh |
[email protected] | |
Payment Type | free |
Help Page URL | https://t.me/dimibro |
Supported Languages | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.7", "short_name": "Nova Poshta Track", "name": "__MSG_extName__", "description": "__MSG_appDesc__", "default_locale": "ru", "browser_action": { "default_title": "nova poshta", "default_popup": "popup.html" }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |