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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
为您的 Dropshipping 商店自动化产品导入和履行 Buttonify 有助于自动化您的托运业务。 Buttonify 是一款面向代发货企业主的免费应用程序。Chrome 扩展程序与 Web 应用程序一起工作, 其中有: - 一键从各种aliexpress网站将产品导入您的 Shopify,shopline,shoplazza,woocommerce商店。 - 一键式订单履行 - 编辑产品,图片编辑,标题,描述翻译 - 批量导入多个产品,多个商店 - 批量编辑模式 - 自动更新供应商订单 ID 和跟踪号
확장 프로그램 기본 정보
이름 | Buttonify‑DropShipping Product Importer |
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": [ " |