Dropshiply
Ease your dropshipping business, simply your product importing and automate your order fulfillment.
Dropshiplyとは何ですか?
Dropshiplyはhttps://mydropshiply.comによって開発されたChromeの拡張機能で、その主な機能は「Ease your dropshipping business, simply your product importing and automate your order fulfillment.」です。
拡張機能のスクリーンショット
Dropshiply拡張機能のCRXファイルをダウンロード
Dropshiply拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Start importing your products directly from AliExpress to your store using Dropshiply's chrome extension. Simplify and automate your product importing process from AliExpress right in your store's dashboard. Dropshiply's chrome extension works efficiently and does a variety of tasks to ease our user's dropshipping business. * 1 Click Importing of products to your store. * 1 Click Automatic Order Fulfillment. * Filter millions of AliExpress products easily. * Import products to multiple stores. * Bulk product importer * and tons of more features. A lot more features are on the way. Stay tuned!
拡張機能の基本情報
名前 | Dropshiply |
ID | dfphgnklhjoejppnfiocgbojoigippml |
公式URL | https://chromewebstore.google.com/detail/dropshiply/dfphgnklhjoejppnfiocgbojoigippml |
説明 | Ease your dropshipping business, simply your product importing and automate your order fulfillment. |
ファイルサイズ | 303 KB |
インストール数 | 217 |
現在のバージョン | 0.0.3 |
最終更新日 | 2022-07-23 |
公開日 | 2022-06-07 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://mydropshiply.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://dropshiply.co/ |
ヘルプページのURL | https://support.dropshiply.co/ |
プライバシーポリシーページのURL | https://dropshiply.co/privacy-policy-2 |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dropshiply", "description": "Ease your dropshipping business, simply your product importing and automate your order fulfillment.", "version": "0.0.3", "manifest_version": 3, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "window.html", "default_icon": { "16": "icon.png" } }, "permissions": [ "activeTab", "tabs", "storage" ], "host_permissions": [ "https:\/\/mydropshiply.com\/*" ], "content_scripts": [ { "js": [ "jquery-3.1.0.min.js", "content.js" ], "matches": [ "https:\/\/mydropshiply.com\/*", "https:\/\/www.aliexpress.com\/*", "https:\/\/shoppingcart.aliexpress.com\/*" ] } ], "content_security_policy": { "extension_page": "script-src 'self' https:\/\/mydropshiply.com\/*; object-src 'self'" } } |