DELIVERYPLANET.RU

Buy on Chinese marketplaces easily

What is DELIVERYPLANET.RU?

DELIVERYPLANET.RU is a Chrome extension developed by https://delivery-planet.ru, and its main feature is "Buy on Chinese marketplaces easily".

Extension Screenshots

screenshot

Download DELIVERYPLANET.RU Extension CRX File

Download DELIVERYPLANET.RU 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

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

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

Extension Basic Information

Name DELIVERYPLANET.RU DELIVERYPLANET.RU
ID lafjofkcebmopomobjameflanndobgmj
Official URL https://chromewebstore.google.com/detail/deliveryplanetru/lafjofkcebmopomobjameflanndobgmj
Description Buy on Chinese marketplaces easily
File Size 207 KB
Installation Count 17
Current Version 1.0.1
Last Updated 2019-07-18
Publish Date 2019-07-18
Developer https://delivery-planet.ru
Email [email protected]
Payment Type free
Help Page URL http://delivery-planet.ru/faq
Supported Languages 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"
}