MyParcels Service Extension

An extension for MyParcels to check the AliExpress sellers' reputation and to automate the shipped orders tracking

Was ist MyParcels Service Extension?

MyParcels Service Extension ist eine Chrome-Erweiterung, die von https://myparcels.ru entwickelt wurde, und ihr Hauptmerkmal ist "An extension for MyParcels to check the AliExpress sellers' reputation and to automate the shipped orders tracking".

Erweiterungsscreenshots

screenshot

MyParcels Service Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie MyParcels Service Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Extension for the free parcel tracking service MyParcels.net (MyParcels.ru)

This extension makes adding the parcels for tracking much easier when 
you buy goods at AliExpress.com. Once the tracking number for purchased 
product is available on the order page you can add the parcel for 
tracking with one click. All the parcel data including tracking number, 
product name, days left of the dispute period, shop name and order 
number will be automatically filled-in. The extension will be constantly 
evolved supporting other popular online shops in the future.

With this extension you can also check the reputation of any particular 
AliExpress seller by clicking on the icon of our extension while staying 
on the page of that seller or his products.                    

Grundlegende Informationen zur Erweiterung

Name MyParcels Service Extension MyParcels Service Extension
ID lmmbbhmbabdipogenjcndkkjjphkacpo
Offizielle URL https://chromewebstore.google.com/detail/myparcels-service-extensi/lmmbbhmbabdipogenjcndkkjjphkacpo
Beschreibung An extension for MyParcels to check the AliExpress sellers' reputation and to automate the shipped orders tracking
Dateigröße 205 KB
Installationsanzahl 5,591
Aktuelle Version 0.4.9
Letztes Update 2024-03-03
Veröffentlichungsdatum 2020-06-11
Bewertung 4.24/5 Insgesamt 51 Bewertungen
Entwickler https://myparcels.ru
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://myparcels.ru/terms.php
Unterstützte Sprachen en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "activeTab",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.ru\/*",
        "*:\/\/*.myparcels.ru\/*",
        "*:\/\/*.myparcels.net\/*",
        "*:\/\/*.pandao.ru\/*",
        "*:\/\/*.joom.com\/*",
        "*:\/\/*.ebay.com\/*",
        "*:\/\/*.jd.ru\/*",
        "*:\/\/*.gearbest.com\/*",
        "*:\/\/*.banggood.com\/*",
        "*:\/\/*.buyincoins.com\/*",
        "*:\/\/*.fasttech.com\/*",
        "*:\/\/*.pochta.ru\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.letyshops.com\/*"
    ],
    "short_name": "myparcels.app",
    "version": "0.4.9",
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "js\/*",
                "css\/*",
                "js\/content\/pochta_update_title.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "default_locale": "en",
    "action": {
        "default_icon": "img\/16x16.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_defaultTitle__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/manifest.js",
                "js\/storage.js",
                "js\/i18n.js",
                "js\/cashback.js",
                "js\/common.js",
                "js\/content.js",
                "js\/content\/aliexpress.js",
                "js\/content\/amazon.js",
                "js\/content\/banggood.js",
                "js\/content\/buyincoins.js",
                "js\/content\/ebay.js",
                "js\/content\/fasttech.js",
                "js\/content\/gearbest.js",
                "js\/content\/jd.js",
                "js\/content\/joom.js",
                "js\/content\/pandao.js",
                "js\/content\/pochta.js",
                "js\/content\/yandex.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.myparcels.ru\/*",
                "*:\/\/*.myparcels.net\/*",
                "*:\/\/*.pandao.ru\/*",
                "*:\/\/*.joom.com\/*",
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.jd.ru\/*",
                "*:\/\/*.gearbest.com\/*",
                "*:\/\/*.banggood.com\/*",
                "*:\/\/*.buyincoins.com\/*",
                "*:\/\/*.fasttech.com\/*",
                "*:\/\/*.pochta.ru\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/market.yandex.ru\/*"
            ]
        }
    ],
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "img\/128x128.png",
        "16": "img\/16x16.png",
        "32": "img\/32x32.png",
        "48": "img\/48x48.png"
    },
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    }
}