Dropified
Dropified app helps you automate your drop shipping business.
Cos'è Dropified?
Dropified è un'estensione di Chrome sviluppata da thewealthnetwork, e la sua funzione principale è "Dropified app helps you automate your drop shipping business.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dropified
Scarica i file di estensione Dropified in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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...
Informazioni di Base sull'Estensione
Nome | Dropified |
ID | andfkdmajakgfaegeepffdpejahkphje |
URL Ufficiale | https://chromewebstore.google.com/detail/dropified/andfkdmajakgfaegeepffdpejahkphje |
Descrizione | Dropified app helps you automate your drop shipping business. |
Dimensione del File | 59.65 KB |
Conteggio Installazioni | 1,163 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2017-03-17 |
Data di Pubblicazione | 2017-03-17 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | thewealthnetwork |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://thewealthnetwork.com/privacy-policy |
Lingue Supportate | 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" ] } ] } |