"Trackgo.ru" - tracking of parcels

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

Qu'est-ce que "Trackgo.ru" - tracking of parcels ?

"Trackgo.ru" - tracking of parcels est une extension Chrome développée par https://trackgo.ru, et sa fonction principale est "Import and tracking of parcels from China, Russia, etc. to the personal service of the Trackgo.ru service".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension "Trackgo.ru" - tracking of parcels

Téléchargez les fichiers d'extension "Trackgo.ru" - tracking of parcels au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

Informations de Base sur l'Extension

Nom "Trackgo.ru" - tracking of parcels
ID amhdmooncdllnoekdgggjhjlfnlbkdei
URL Officiel 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
Taille du Fichier 1.71 MB
Nombre d'Installations 750
Version Actuelle 0.5
Dernière Mise à Jour 2020-10-15
Date de Publication 2019-07-05
Évaluation 3.71/5 Total 7 Évaluations
Développeur https://trackgo.ru
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://trackgo.ru
URL de la Page de Politique de Confidentialité https://trackgo.ru/privacy
Langues Prises en Charge 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"
        }
    }
}