Package Tracking by Packages24.com
Global Package Tracking Service
What is Package Tracking by Packages24.com?
Package Tracking by Packages24.com is a Chrome extension developed by https://www.packages24.com, and its main feature is "Global Package Tracking Service".
Extension Screenshots
Download Package Tracking by Packages24.com Extension CRX File
Download Package Tracking by Packages24.com 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
Universal package tracking is now just one click away with the official Packages24.com Chrome Extension. Click on the extension icon in your browser and the search form would pop out. Also, there would be shown your recent trackings, so you may re-track them with just one click.
Extension Basic Information
Name | Package Tracking by Packages24.com |
ID | lncelceaaiglagpfbhndcmifkmoehipk |
Official URL | https://chromewebstore.google.com/detail/package-tracking-by-packa/lncelceaaiglagpfbhndcmifkmoehipk |
Description | Global Package Tracking Service |
File Size | 39.43 KB |
Installation Count | 242 |
Current Version | 1.0.0 |
Last Updated | 2021-07-03 |
Publish Date | 2021-07-02 |
Developer | https://www.packages24.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.packages24.com/ |
Privacy Policy Page URL | https://www.parcelous.com/page/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "1.0.0", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "16": "assets\/images\/icons\/icon16.png", "48": "assets\/images\/icons\/icon48.png", "128": "assets\/images\/icons\/icon128.png" }, "action": { "default_icon": { "16": "assets\/images\/icons\/icon16.png", "24": "assets\/images\/icons\/icon24.png", "32": "assets\/images\/icons\/icon32.png" }, "default_popup": "popup.html", "default_title": "__MSG_actionDefaultTitle__" }, "permissions": [ "cookies" ], "host_permissions": [ "*:\/\/*.packages24.com\/*" ] } |