Dropified
Dropified app helps you automate your drop shipping business.
Dropifiedとは何ですか?
Dropifiedはthewealthnetworkによって開発されたChromeの拡張機能で、その主な機能は「Dropified app helps you automate your drop shipping business.」です。
拡張機能のスクリーンショット
Dropified拡張機能のCRXファイルをダウンロード
Dropified拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Dropified app helps you automate your drop shipping business. Find items from 3rd party sites to sell on your Shopify store in a matter of seconds. The chrome extension works well with the paid web application and does the following: - One Click Importing of Products to your Shopify store from AliExpress, AliBaba, eBay, Walmart, Amazon and many many more… - One Click Order Fulfillment of AliExpress Orders - Product Price Change and Availability Alerts - Image Editors that work right on your Shopify store - Automatic Updating of Tracking and much much more...
拡張機能の基本情報
名前 | Dropified |
ID | andfkdmajakgfaegeepffdpejahkphje |
公式URL | https://chromewebstore.google.com/detail/dropified/andfkdmajakgfaegeepffdpejahkphje |
説明 | Dropified app helps you automate your drop shipping business. |
ファイルサイズ | 59.65 KB |
インストール数 | 1,163 |
現在のバージョン | 1.0.0 |
最終更新日 | 2017-03-17 |
公開日 | 2017-03-17 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | thewealthnetwork |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://thewealthnetwork.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dropified", "version": "1.0.0", "manifest_version": 2, "description": "Dropified app helps you automate your drop shipping business.", "icons": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "browser_action": { "default_icon": "icons\/logo128.png", "default_title": "browser action demo" }, "permissions": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*" ], "js": [ "js\/jquery.js", "js\/contentscript.js" ] } ] } |