Buttonify‑DropShipping Product Importer
Buttonify is an automated product collection tool for one-click product import
什么是Buttonify‑DropShipping Product Importer?
Buttonify‑DropShipping Product Importer是由https://buttonify.net开发的Chrome扩展程序,该扩展的主要功能是“Buttonify is an automated product collection tool for one-click product import”。
扩展截图
下载Buttonify‑DropShipping Product Importer扩展crx文件
下载Buttonify‑DropShipping Product Importer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
为您的 Dropshipping 商店自动化产品导入和履行
Buttonify 有助于自动化您的托运业务。
Buttonify 是一款面向代发货企业主的免费应用程序。Chrome 扩展程序与 Web 应用程序一起工作,
其中有:
- 一键从各种aliexpress网站将产品导入您的 Shopify,shopline,shoplazza,woocommerce商店。
- 一键式订单履行
- 编辑产品,图片编辑,标题,描述翻译
- 批量导入多个产品,多个商店
- 批量编辑模式
- 自动更新供应商订单 ID 和跟踪号 扩展基本信息
| 名称 | |
| ID | oabfdiepngljhmkdepmclhmlggjeineg |
| 官方URL | https://chromewebstore.google.com/detail/buttonify%E2%80%91dropshipping-pr/oabfdiepngljhmkdepmclhmlggjeineg |
| 简介 | Buttonify is an automated product collection tool for one-click product import |
| 文件大小 | 441 KB |
| 安装次数 | 212 |
| 当前版本 | 1.4.1 |
| 更新时间 | 2023-02-22 |
| 上架时间 | 2022-03-11 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://buttonify.net |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://buttonify.net |
| 帮助页面URL | https://buttonify.net/agreement/privacyPolicy |
| 隐私政策页面URL | https://buttonify.net/agreement/privacyPolicy |
| 支持的语言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"description": "Buttonify is an automated product collection tool for one-click product import",
"version": "1.4.1",
"minimum_chrome_version": "88.0.0.0",
"name": "Buttonify\u2011DropShipping Product Importer",
"options_ui": {
"page": "popup.html"
},
"action": {
"default_icon": {
"16": "static\/img\/logo\/logo32x32.png",
"32": "static\/img\/logo\/logo64x64.png",
"128": "static\/img\/logo\/logo128x128.png",
"512": "static\/img\/logo\/logo512x512.png"
},
"default_title": "Buttonify-Dropshipping Product Importer",
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"optional_permissions": [],
"host_permissions": [
"https:\/\/*.aliexpress.com\/*",
"https:\/\/*.aliexpress.us\/*",
"https:\/\/*.alibaba.com\/*",
"https:\/\/*.1688.com\/*",
"https:\/\/*.ebay.com\/*",
"https:\/\/*.dhgate.com\/*",
"https:\/\/*.taobao.com\/*"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "static\/img\/logo\/logo32x32.png",
"48": "static\/img\/logo\/logo64x64.png",
"128": "static\/img\/logo\/logo128x128.png",
"512": "static\/img\/logo\/logo512x512.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self';"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.aliexpress.com\/*",
"https:\/\/*.aliexpress.us\/*",
"https:\/\/*.alibaba.com\/*",
"https:\/\/*.1688.com\/*",
"https:\/\/*.ebay.com\/*",
"https:\/\/*.dhgate.com\/*",
"https:\/\/*.taobao.com\/*"
],
"js": [
"static\/js\/jquery.min.js",
"content.js"
],
"css": [
"static\/css\/content.css"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"static\/img\/logo\/logo128x128.png",
"static\/img\/logo\/logo512x512.png",
"static\/fonts\/element-icons.ttf",
"static\/fonts\/element-icons.woff"
],
"matches": [
" | |