"Trackgo.ru" - tracking of parcels

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

Cos'è "Trackgo.ru" - tracking of parcels?

"Trackgo.ru" - tracking of parcels è un'estensione di Chrome sviluppata da https://trackgo.ru, e la sua funzione principale è "Import and tracking of parcels from China, Russia, etc. to the personal service of the Trackgo.ru service".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione "Trackgo.ru" - tracking of parcels

Scarica i file di estensione "Trackgo.ru" - tracking of parcels in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

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

Informazioni di Base sull'Estensione

Nome "Trackgo.ru" - tracking of parcels
ID amhdmooncdllnoekdgggjhjlfnlbkdei
URL Ufficiale https://chromewebstore.google.com/detail/trackgoru-tracking-of-par/amhdmooncdllnoekdgggjhjlfnlbkdei
Descrizione Import and tracking of parcels from China, Russia, etc. to the personal service of the Trackgo.ru service
Dimensione del File 1.71 MB
Conteggio Installazioni 750
Versione Corrente 0.5
Ultimo Aggiornamento 2020-10-15
Data di Pubblicazione 2019-07-05
Valutazione 3.71/5 Totale 7 Valutazioni
Sviluppatore https://trackgo.ru
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://trackgo.ru
URL della Pagina della Politica sulla Privacy https://trackgo.ru/privacy
Lingue Supportate 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"
        }
    }
}