Shipius Click&Ship
Shipius Click&Ship - Universal ecommerce connector
Shipius Click&Ship là gì?
Shipius Click&Ship là một tiện ích mở rộng Chrome được phát triển bởi https://www.shipius.com, và tính năng chính của nó là "Shipius Click&Ship - Universal ecommerce connector".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Shipius Click&Ship
Tải xuống các tệp mở rộng Shipius Click&Ship dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Envíos integrados con cualquier tienda online tipo SAAS, open source, marketplace y programa de gestión. Podrás ordenar los envíos en un solo click y dispondrás de toda la información de seguimiento y tracking integrado en tu tienda online. Tan solo hace falta que te des de alta en: www.shipius.com En nuestra web también podrás consultar las más de 50 plataformas que ya tenemos integradas. Si encuentras la tuya o bien es un desarrollo hecho a medida, no dudes en comentarnoslo! Podemos integrar nuevos canales en pocos días.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | limaeomnmnkbdoljmkejnmicafheaihh |
URL Chính Thức | https://chromewebstore.google.com/detail/shipius-clickship/limaeomnmnkbdoljmkejnmicafheaihh |
Mô tả | Shipius Click&Ship - Universal ecommerce connector |
Kích Thước Tệp | 90.17 KB |
Số Lần Cài Đặt | 1,491 |
Phiên Bản Hiện Tại | 2.6.1 |
Cập Nhật Lần Cuối | 2021-03-03 |
Ngày Phát Hành | 2020-04-29 |
Đánh Giá | 2.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://www.shipius.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.shipius.com |
URL Trang Trợ Giúp | https://www.shipius.com/es/contacto |
URL Trang Chính Sách Bảo Mật | https://www.shipius.com/es/privacidad |
Ngôn Ngữ Được Hỗ Trợ | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Shipius Click&Ship", "version": "2.6.1", "description": "Shipius Click&Ship - Universal ecommerce connector", "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html", "default_title": "Shipius Click&Ship" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*admin*", "*:\/\/*\/*AdminOrders*", "*:\/\/*\/*controller*", "*:\/\/*\/*MBO*", "*:\/\/*\/*order*", "*:\/\/*\/*orders*", "*:\/\/*\/*orders-v3", "*:\/\/*\/*Pedido*", "*:\/\/*\/*pedidos*", "*:\/\/*\/*sales*", "*:\/\/*\/*shop_order*", "*:\/\/*\/*web*", "*:\/\/*.amazon.es\/*", "*:\/\/*.thecommerce.es\/*", "*:\/\/*.bigcommerce.com\/*", "*:\/\/*.bloombees.com\/*", "*:\/\/*.mycomandia.com\/*", "*:\/\/*.dawanda.com\/*", "*:\/\/*\/*commerce_kickstart*", "*:\/\/*.ebay.es\/*", "*:\/\/*.mabisy.com\/*", "*:\/\/*\/*sales\/order*", "*:\/\/*.oleoshop.com\/*", "*:\/\/*.my-eshop.info\/*", "*:\/\/*\/*odoo*", "*:\/\/*\/*accesoweb*", "*:\/\/*.oxatis.com\/*", "*:\/\/*.palbin.com\/*", "*:\/\/*.shopify.com\/*", "*:\/\/*.myshopify.com\/*", "*:\/\/*.siweb.es\/*", "*:\/\/*\/*com_virtuemart*", "*:\/\/*\/*post.php*", "*:\/\/*\/*edd*" ], "all_frames": true, "js": [ "jquery.custom.js", "ext.js" ], "run_at": "document_end" } ], "options_page": "options.html", "web_accessible_resources": [ "int.js", "options.html" ], "background": { "scripts": [ "int.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*admin*", "*:\/\/*\/*AdminOrders*", "*:\/\/*\/*controller*", "*:\/\/*\/*MBO*", "*:\/\/*\/*order*", "*:\/\/*\/*orders*", "*:\/\/*\/*orders-v3", "*:\/\/*\/*Pedido*", "*:\/\/*\/*pedidos*", "*:\/\/*\/*sales*", "*:\/\/*\/*shop_order*", "*:\/\/*\/*web*", "*:\/\/*.amazon.es\/*", "*:\/\/*.thecommerce.es\/*", "*:\/\/*.bigcommerce.com\/*", "*:\/\/*.bloombees.com\/*", "*:\/\/*.mycomandia.com\/*", "*:\/\/*.dawanda.com\/*", "*:\/\/*\/*commerce_kickstart*", "*:\/\/*.ebay.es\/*", "*:\/\/*.mabisy.com\/*", "*:\/\/*\/*sales\/order*", "*:\/\/*.oleoshop.com\/*", "*:\/\/*.my-eshop.info\/*", "*:\/\/*\/*odoo*", "*:\/\/*\/*accesoweb*", "*:\/\/*\/*ad*.asp*", "*:\/\/*.palbin.com\/*", "*:\/\/*.shopify.com\/*", "*:\/\/*.myshopify.com\/*", "*:\/\/*.siweb.es\/*", "*:\/\/*\/*com_virtuemart*", "*:\/\/*\/*post.php*", "*:\/\/*\/*edd*" ] } |