Sendsana-Alibaba
Import Alibaba product to Woocommerce, Shopify store directly
¿Qué es Sendsana-Alibaba?
Sendsana-Alibaba es una extensión de Chrome desarrollada por OS Startup Sdn Bhd, y su función principal es "Import Alibaba product to Woocommerce, Shopify store directly".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Sendsana-Alibaba
Descarga archivos de extensión Sendsana-Alibaba en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Sendsana Alibaba is a great tool for ecommerce store owners either using woocommerce or shopify to import products from Alibaba right into their site with just 1 click. They are capable of importing all product related information including title, description, attributes, product preferences, reviews and others. Before importing to their store, users can make edits to what they want to move. Then click the export button to move to the selected store. After being moved to the woocommerce store & shopify store, the website owner can still edit the product settings as appropriate. More features will be included later. Make sure you have a valid license from the official https://sendsana.com website
Información Básica de la Extensión
Nombre | Sendsana-Alibaba |
ID | gepljpmangmoebakainhapjjeplgemjb |
URL Oficial | https://chromewebstore.google.com/detail/sendsana-alibaba/gepljpmangmoebakainhapjjeplgemjb |
Descripción | Import Alibaba product to Woocommerce, Shopify store directly |
Tamaño del Archivo | 826 KB |
Cantidad de Instalaciones | 117 |
Versión Actual | 3.7.0 |
Última Actualización | 2020-07-21 |
Fecha de Publicación | 2020-07-21 |
Desarrollador | OS Startup Sdn Bhd |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://sendsana.com |
URL de la Página de Ayuda | https://sendsana.com/tutorial |
URL de la Página de Política de Privacidad | https://sendsana.com/privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sendsana-Alibaba", "version": "3.7.0", "description": "Import Alibaba product to Woocommerce, Shopify store directly", "author": "13banda", "homepage_url": "http:\/\/sendsana.com", "minimum_chrome_version": "70", "applications": { "gecko": { "strict_min_version": "74.0" } }, "permissions": [ "storage", "tabs", "*:\/\/*.alicdn.com\/*", "https:\/\/www.alibaba.com\/*", "*:\/\/*.alibaba.com\/*", "*:\/\/keystack.eu.auth0.com\/*", "*:\/\/keystack.herokuapp.com\/*", "*:\/\/dropify.now.sh\/*", "*:\/\/api.amplitude.com\/*", "*:\/\/api.exchangeratesapi.io\/*" ], "optional_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "background": { "persistent": false, "scripts": [ "browser-polyfill.js", "background.bundle.js" ] }, "web_accessible_resources": [ "static\/**\/*", "static\/*", "static\/js\/*", "images\/*", "page-script.js" ], "manifest_version": 2 } |