Dropified
Dropified app helps you automate your drop shipping business.
Was ist Dropified?
Dropified ist eine Chrome-Erweiterung, die von thewealthnetwork entwickelt wurde, und ihr Hauptmerkmal ist "Dropified app helps you automate your drop shipping business.".
Erweiterungsscreenshots
Dropified-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dropified-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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...
Grundlegende Informationen zur Erweiterung
Name | Dropified |
ID | andfkdmajakgfaegeepffdpejahkphje |
Offizielle URL | https://chromewebstore.google.com/detail/dropified/andfkdmajakgfaegeepffdpejahkphje |
Beschreibung | Dropified app helps you automate your drop shipping business. |
Dateigröße | 59.65 KB |
Installationsanzahl | 1,163 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2017-03-17 |
Veröffentlichungsdatum | 2017-03-17 |
Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
Entwickler | thewealthnetwork |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://thewealthnetwork.com/privacy-policy |
Unterstützte Sprachen | 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" ] } ] } |