"Trackgo.ru" - tracking of parcels

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

"Trackgo.ru" - tracking of parcels란 무엇입니까?

"Trackgo.ru" - tracking of parcels은(는) https://trackgo.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Import and tracking of parcels from China, Russia, etc. to the personal service of the Trackgo.ru service"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

"Trackgo.ru" - tracking of parcels 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

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

확장 프로그램 기본 정보

이름 "Trackgo.ru" - tracking of parcels
ID amhdmooncdllnoekdgggjhjlfnlbkdei
공식 URL https://chromewebstore.google.com/detail/trackgoru-tracking-of-par/amhdmooncdllnoekdgggjhjlfnlbkdei
설명 Import and tracking of parcels from China, Russia, etc. to the personal service of the Trackgo.ru service
파일 크기 1.71 MB
설치 횟수 750
현재 버전 0.5
최근 업데이트 2020-10-15
출시 날짜 2019-07-05
평점 3.71/5 총 7 개의 평점
개발자 https://trackgo.ru
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://trackgo.ru
개인정보 보호 정책 페이지 URL https://trackgo.ru/privacy
지원되는 언어 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"
        }
    }
}