DSTitan
DSTitan is a dropshipping lister that enables rapid product import/export.
什么是DSTitan?
DSTitan是由https://dstitan.com开发的Chrome扩展程序,该扩展的主要功能是“DSTitan is a dropshipping lister that enables rapid product import/export.”。
扩展截图
下载DSTitan扩展crx文件
下载DSTitan扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
DSTitan enables one-click product import from websites like Aliexpress, Banggood, DHGate and Chinabrands and helps to export products to Ebay. It is a lister that can help any dropshipper improve their productivity. You can read more about the features of DSTitan @ https://dstitan.com 扩展基本信息
| 名称 | |
| ID | egohlcjklhpdfpbpbbeomcpciokigjfd |
| 官方URL | https://chromewebstore.google.com/detail/dstitan/egohlcjklhpdfpbpbbeomcpciokigjfd |
| 简介 | DSTitan is a dropshipping lister that enables rapid product import/export. |
| 文件大小 | 410 KB |
| 安装次数 | 2,323 |
| 当前版本 | 5.1.2 |
| 更新时间 | 2024-03-04 |
| 上架时间 | 2020-06-26 |
| 评分 | 3.58/5 共31次评分 |
| 开发者 | https://dstitan.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://dstitan.com/ |
| 隐私政策页面URL | https://app.dstitan.com/terms |
| 支持的语言 | en |
| manifest.json | |
{
"name": "DSTitan",
"version": "5.1.2",
"manifest_version": 2,
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "DSTitan is a dropshipping lister that enables rapid product import\/export.",
"icons": {
"16": "assets\/icons\/16x16.png",
"128": "assets\/icons\/128x128.png"
},
"background": {
"scripts": [
"sentry.min.js",
"background.bundle.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/allegro.pl\/*",
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.us\/*",
"*:\/\/*.aliexpress.ru\/*",
"*:\/\/*.banggood.com\/*",
"*:\/\/*.chinabrands.com\/item\/*",
"*:\/\/*.dhgate.com\/product\/*",
"*:\/\/*.dhgate.com\/store\/product\/*",
"*:\/\/*.cjdropshipping.com\/*",
"*:\/\/*.ebay.com\/*",
"*:\/\/*.ebay.co.uk\/*",
"*:\/\/*.ebay.ca\/*",
"*:\/\/*.ebay.it\/*",
"*:\/\/*.ebay.de\/*",
"*:\/\/*.ebay.es\/*",
"*:\/\/*.ebay.pl\/*",
"*:\/\/*.ebay.com.au\/*",
"*:\/\/*.ebay.fr\/*",
"*:\/\/*.ebay.be\/*",
"*:\/\/*.ebay.ph\/*"
],
"js": [
"sentry.min.js",
"pageContent.bundle.js"
],
"css": [
"main.css",
"choices.min.css"
],
"all_frames": true
}
],
"permissions": [
"tabs",
"storage",
"identity"
],
"browser_action": {
"default_icon": {
"19": "assets\/icons\/active19x19.png",
"38": "assets\/icons\/active38x38.png"
},
"default_title": "DSTitan",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"aliExpress.css",
"assets\/icons\/g-normal.png",
"assets\/icons\/16x16.png",
"assets\/icons\/48x48.png",
"assets\/icons\/128x128.png",
"assets\/icons\/active19x19.png",
"assets\/icons\/active38x38.png",
"assets\/icons\/inactive19x19.png",
"assets\/icons\/inactive38x38.png",
"assets\/icons\/logo.png",
"assets\/images\/import-button.png",
"assets\/images\/logo-full.png",
"assets\/images\/logo-small.png",
"assets\/images\/logo-xs.png"
]
} | |