"Trackgo.ru" - tracking of parcels

Import and tracking of parcels from China, Russia, etc. to the personal service of the Trackgo.ru service

What is "Trackgo.ru" - tracking of parcels?

"Trackgo.ru" - tracking of parcels is a Chrome extension developed by https://trackgo.ru, and its main feature is "Import and tracking of parcels from China, Russia, etc. to the personal service of the Trackgo.ru service".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download "Trackgo.ru" - tracking of parcels Extension CRX File

Download "Trackgo.ru" - tracking of parcels 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

                        Это расширение импортирует быстро и удобно все ваши покупки из популярных магазинов, таких как "Aliexpress", "Jd", "GearBest" и др.

Согласитесь, копировать каждый трек-код из магазина в сервис для отслеживания - очень не удобно. Мы сделали для Вас удобный инструмент для импорта посылок в личный кабинет сервиса по отслеживанию посылок "Trackgo.ru"

Преимущества:
- импорт в 3 клика
- вывод отслеживаемых посылок в расширении
- отслеживание посылок из списка покупок в магазине                    

Extension Basic Information

Name "Trackgo.ru" - tracking of parcels
ID amhdmooncdllnoekdgggjhjlfnlbkdei
Official URL https://chromewebstore.google.com/detail/trackgoru-tracking-of-par/amhdmooncdllnoekdgggjhjlfnlbkdei
Description Import and tracking of parcels from China, Russia, etc. to the personal service of the Trackgo.ru service
File Size 1.71 MB
Installation Count 750
Current Version 0.5
Last Updated 2020-10-15
Publish Date 2019-07-05
Rating 3.71/5 Total 7 Ratings
Developer https://trackgo.ru
Email [email protected]
Payment Type free
Extension Website https://trackgo.ru
Privacy Policy Page URL https://trackgo.ru/privacy
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_name__",
    "version": "0.5",
    "default_locale": "ru",
    "icons": {
        "64": "assets\/img\/icons\/64x64.png",
        "112": "assets\/img\/icons\/112x112.png",
        "128": "assets\/img\/icons\/128x128.png"
    },
    "homepage_url": "https:\/\/trackgo.ru",
    "permissions": [
        "",
        "cookies"
    ],
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.localhost\/dashboard",
                "*:\/\/*.localhost\/*\/dashboard",
                "*:\/\/*.trackgo.ru\/*",
                "*:\/\/*.trackgo.ru\/*\/lk",
                "http:\/\/trackgo.io\/lk*"
            ],
            "js": [
                "assets\/js\/embed.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/trackgo.ru\/lk*",
            "http:\/\/trackgo.io\/lk*",
            "http:\/\/localhost\/dashboard",
            "http:\/\/localhost\/*\/dashboard"
        ]
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "64": "assets\/img\/icons\/64x64.png",
            "112": "assets\/img\/icons\/112x112.png",
            "128": "assets\/img\/icons\/128x128.png"
        }
    }
}