DELIVERYPLANET.RU

Buy on Chinese marketplaces easily

Was ist DELIVERYPLANET.RU?

DELIVERYPLANET.RU ist eine Chrome-Erweiterung, die von https://delivery-planet.ru entwickelt wurde, und ihr Hauptmerkmal ist "Buy on Chinese marketplaces easily".

Erweiterungsscreenshots

screenshot

DELIVERYPLANET.RU-Erweiterungs-CRX-Datei herunterladen

Laden Sie DELIVERYPLANET.RU-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

                        Покупать на Taobao, Tmall и 1688.com с расширением от Delivery-planet.ru - просто, потому что:
- Вы видите конечную цену в рублях, по которой гарантировано получите Ваш товар - без скрытых наценок и непонятных надбавок "за упаковку"!
- Вам не придётся сталкиваться с представителями китайской стороны ни на одном этапе заказа - всё сделаем мы!
- Вам нужно просто выбрать товары, способ оплаты и доставки, и спокойно ожидать прибытие товара!
- Вы работаете с резидентом РФ, а, значит, со всех сторон защищены законодательством РФ!

Что нового:
- расширение работает на защищённом соединении (https) - для безопасности ваших данных;
- подключена Яндекс.касса - возможность оплаты с помощью большинства популярных средств онлайн и оффлайн палтежей.                    

Grundlegende Informationen zur Erweiterung

Name DELIVERYPLANET.RU DELIVERYPLANET.RU
ID lafjofkcebmopomobjameflanndobgmj
Offizielle URL https://chromewebstore.google.com/detail/deliveryplanetru/lafjofkcebmopomobjameflanndobgmj
Beschreibung Buy on Chinese marketplaces easily
Dateigröße 207 KB
Installationsanzahl 17
Aktuelle Version 1.0.1
Letztes Update 2019-07-18
Veröffentlichungsdatum 2019-07-18
Entwickler https://delivery-planet.ru
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL http://delivery-planet.ru/faq
Unterstützte Sprachen en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DELIVERYPLANET.RU",
    "description": "Buy on Chinese marketplaces easily",
    "version": "1.0.1",
    "short_name": "DP Extension",
    "author": "delivery-planet.ru",
    "manifest_version": 2,
    "default_locale": "ru",
    "icons": {
        "16": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon48.png",
            "38": "images\/icon64.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "options_page": "pages\/options.html",
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "https:\/\/tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "https:\/\/1688.com\/*",
                "https:\/\/*.1688.com\/*"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "scripts\/componentTopBar.js",
        "scripts\/componentCart.js",
        "scripts\/componentInfo.js",
        "pages\/cart.html"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "downloads"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.jsdelivr.net http:\/\/localhost:8098; object-src 'self'; image-src 'self' https:\/\/img.alicdn.com"
}