ГдеПосылка: отслеживание почтовых отправлений

Плагин отслеживания почтовых отправлений. Трекинг посылок с сайтов AliExpress и JD. Отследить посылку с АлиЭкспресс стало проще.

What is ГдеПосылка: отслеживание почтовых отправлений?

ГдеПосылка: отслеживание почтовых отправлений is a Chrome extension developed by https://gdeposylka.ru, and its main feature is "Плагин отслеживания почтовых отправлений. Трекинг посылок с сайтов AliExpress и JD. Отследить посылку с АлиЭкспресс стало проще.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download ГдеПосылка: отслеживание почтовых отправлений Extension CRX File

Download ГдеПосылка: отслеживание почтовых отправлений 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, JS, GearBest. При изменении статуса отправления вы увидите индикатор на иконке приложения в панеле управления. Открыв окно расширения вы увидите последние статусы и месторасположения ваших посылок и заказов не переходя на сторонние сайты отслеживания.

Возможности расширения: 

 — удобное отслеживание по трекинг номерам через контекстное меню;
 — быстрое добавление заказов AliExpress в отслеживание со списка заказов;
 — отслеживание посылок сразу по нескольким службам;
 — подписка на обновления статусов;
 — уведомления об изменении статуса посылки.                    

Extension Basic Information

Name ГдеПосылка: отслеживание почтовых отправлений ГдеПосылка: отслеживание почтовых отправлений
ID pleaojdbmipmniiafnfmiainmdhkomgn
Official URL https://chrome.google.com/webstore/detail/%D0%B3%D0%B4%D0%B5%D0%BF%D0%BE%D1%81%D1%8B%D0%BB%D0%BA%D0%B0-%D0%BE%D1%82%D1%81%D0%BB%D0%B5%D0%B6%D0%B8%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5-%D0%BF/pleaojdbmipmniiafnfmiainmdhkomgn
Description Плагин отслеживания почтовых отправлений. Трекинг посылок с сайтов AliExpress и JD. Отследить посылку с АлиЭкспресс стало проще.
File Size 379 KB
Installation Count 200,000
Current Version 0.3.5
Last Updated 2022-01-17
Publish Date 2020-05-13
Rating 4.90/5 Total 8594 Ratings
Developer https://gdeposylka.ru
Email [email protected]
Payment Type free
Extension Website https://gdeposylka.ru/privacy
Help Page URL https://gdeposylka.ru/support/contact-us
Privacy Policy Page URL https://gdeposylka.ru/privacy
Supported Languages en,ru
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_info_name__",
    "short_name": "__MSG_info_short_name__",
    "description": "__MSG_info_description__",
    "default_locale": "ru",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "img\/icons\/logo-128-bw.png",
        "default_popup": "popup.html",
        "default_title": ""
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vendor\/vendor.min.js",
                "js\/environment.js",
                "js\/library.js",
                "js\/aer.js",
                "js\/orders.js"
            ],
            "css": [
                "css\/widget.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/sites\/everywhere.context.js",
                "js\/sites\/everywhere.widget.js"
            ],
            "css": [
                "css\/widget.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.ru\/order_detail.htm*"
            ],
            "js": [
                "js\/sites\/aliexpress.order.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/order_detail.htm*"
            ],
            "js": [
                "js\/sites\/aliexpress.order.en.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.ru\/order_list.htm*",
                "*:\/\/*.aliexpress.ru\/orderList.htm*"
            ],
            "js": [
                "js\/sites\/aliexpress.orders.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/order_list.htm*",
                "*:\/\/*.aliexpress.com\/orderList.htm*"
            ],
            "js": [
                "js\/sites\/aliexpress.orders.en.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/logisticsdetail.htm*",
                "*:\/\/*.aliexpress.ru\/logisticsdetail.htm*"
            ],
            "js": [
                "js\/sites\/aliexpress.logistics.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/user.gearbest.com\/m-users-a-order_detail-order_id-*.htm"
            ],
            "js": [
                "js\/sites\/gearbest.order.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/user.gearbest.com\/my-orders.html*"
            ],
            "js": [
                "js\/sites\/gearbest.order_list.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.jd.com\/order\/orderList.html*",
                "*:\/\/*.jd.ru\/order\/orderList.html*"
            ],
            "js": [
                "js\/sites\/jd.matcher.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.shopotam.ru\/parcel\/all\/archive*"
            ],
            "js": [
                "js\/sites\/shopotam.matcher.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.litemf.com\/*\/account\/package\/*"
            ],
            "js": [
                "js\/sites\/litemf.matcher.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/gdeposylka.ru\/*",
                "https:\/\/packageradar.com\/*"
            ],
            "js": [
                "js\/sites\/gdeposylka.sync.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.amazon.com\/*\/ship-track\/*"
            ],
            "js": [
                "js\/sites\/amazon.matcher.js"
            ],
            "run_at": "document_end"
        }
    ],
    "omnibox": {
        "keyword": "gp"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "img\/icons\/logo-16-wbg.png",
        "19": "img\/icons\/logo-19-wbg.png",
        "38": "img\/icons\/logo-38-wbg.png",
        "48": "img\/icons\/logo-48x48.png",
        "128": "img\/icons\/logo-128-wbg.png"
    },
    "permissions": [
        "alarms",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3.5",
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "img\/*",
        "js\/*.js",
        "css\/modal.css",
        "vendor\/vendor.min.js"
    ]
}