Dropified
Dropified app helps you automate your drop shipping business.
Qu'est-ce que Dropified ?
Dropified est une extension Chrome développée par thewealthnetwork, et sa fonction principale est "Dropified app helps you automate your drop shipping business.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dropified
Téléchargez les fichiers d'extension Dropified au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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...
Informations de Base sur l'Extension
Nom | Dropified |
ID | andfkdmajakgfaegeepffdpejahkphje |
URL Officiel | https://chromewebstore.google.com/detail/dropified/andfkdmajakgfaegeepffdpejahkphje |
Description | Dropified app helps you automate your drop shipping business. |
Taille du Fichier | 59.65 KB |
Nombre d'Installations | 1,163 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2017-03-17 |
Date de Publication | 2017-03-17 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | thewealthnetwork |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://thewealthnetwork.com/privacy-policy |
Langues Prises en Charge | 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" ] } ] } |