DELIVERYPLANET.RU
Buy on Chinese marketplaces easily
Qu'est-ce que DELIVERYPLANET.RU ?
DELIVERYPLANET.RU est une extension Chrome développée par https://delivery-planet.ru, et sa fonction principale est "Buy on Chinese marketplaces easily".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DELIVERYPLANET.RU
Téléchargez les fichiers d'extension DELIVERYPLANET.RU au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Покупать на Taobao, Tmall и 1688.com с расширением от Delivery-planet.ru - просто, потому что: - Вы видите конечную цену в рублях, по которой гарантировано получите Ваш товар - без скрытых наценок и непонятных надбавок "за упаковку"! - Вам не придётся сталкиваться с представителями китайской стороны ни на одном этапе заказа - всё сделаем мы! - Вам нужно просто выбрать товары, способ оплаты и доставки, и спокойно ожидать прибытие товара! - Вы работаете с резидентом РФ, а, значит, со всех сторон защищены законодательством РФ! Что нового: - расширение работает на защищённом соединении (https) - для безопасности ваших данных; - подключена Яндекс.касса - возможность оплаты с помощью большинства популярных средств онлайн и оффлайн палтежей.
Informations de Base sur l'Extension
Nom | |
ID | lafjofkcebmopomobjameflanndobgmj |
URL Officiel | https://chromewebstore.google.com/detail/deliveryplanetru/lafjofkcebmopomobjameflanndobgmj |
Description | Buy on Chinese marketplaces easily |
Taille du Fichier | 207 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2019-07-18 |
Date de Publication | 2019-07-18 |
Développeur | https://delivery-planet.ru |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | http://delivery-planet.ru/faq |
Langues Prises en Charge | 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" } |