Grozent
Grozent Shipping Assistant. You can submit the information about purchased items directly to the Grozent website from the Taobao
Grozent là gì?
Grozent là một tiện ích mở rộng Chrome được phát triển bởi https://grozent.com, và tính năng chính của nó là "Grozent Shipping Assistant. You can submit the information about purchased items directly to the Grozent website from the Taobao".
Ả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 Grozent
Tải xuống các tệp mở rộng Grozent 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
Grozent代运助手。您可以在淘宝已买到宝贝的页面,直接提交代收货信息到Grozent网站。 Grozent代运助手。您可以在淘宝已买到宝贝的页面,直接提交代收货信息到To1 Grozent网站。 Grozent为您提供中国商品一站式安全,可靠的集运、物流运输服务! 【 如何使用 】 1. 代运 - 您可以在淘宝/天猫已买到宝贝的页面点击 “添加包裹”,就可以直接提交代收货信息到Grozent网站。此外,您也可以编辑已添加包裹。 2. 浏览网站 - 点击浏览器右侧的Grozent图标,即会出现小窗口显示Grozent网站。 【 我们的服务 】 提供简单,合理,安全与快速的海运、空运、快递服务,中国至马来西亚 / 新加坡。 【 官网 】 www.grozent.com 非常感谢使用我们的Chrome应用。 有你们的支持,我们会继续做得更好。
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Grozent |
ID | pojmokcjmjlhgbogigijniboafgekood |
URL Chính Thức | https://chromewebstore.google.com/detail/grozent/pojmokcjmjlhgbogigijniboafgekood |
Mô tả | Grozent Shipping Assistant. You can submit the information about purchased items directly to the Grozent website from the Taobao |
Kích Thước Tệp | 203 KB |
Số Lần Cài Đặt | 134 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2021-04-21 |
Ngày Phát Hành | 2021-04-07 |
Nhà Phát Triển | https://grozent.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://grozent.com/ |
URL Trang Trợ Giúp | https://grozent.com/ |
Ngôn Ngữ Được Hỗ Trợ | zh-CN |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "image\/icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "css": [ "content.css", "custom.css" ], "js": [ "config.js", "jquery.js", "content.js" ], "matches": [ "*:\/\/buyertrade.taobao.com\/*", "*:\/\/world.taobao.com\/*", "*:\/\/item.taobao.com\/*", "*:\/\/world.tmall.com\/*", "*:\/\/detail.tmall.com\/*", "*:\/\/item.jd.com\/*", "*:\/\/product.dangdang.com\/*", "*:\/\/detail.1688.com\/*", "*:\/\/detail.vip.com\/*", "*:\/\/*.1688.com\/*", "*:\/\/*.jd.com\/*" ], "run_at": "document_end" } ], "description": "Grozent Shipping Assistant. You can submit the information about purchased items directly to the Grozent website from the Taobao", "icons": { "128": "image\/icon128.png", "16": "image\/icon16.png", "48": "image\/icon48.png" }, "manifest_version": 2, "name": "Grozent", "permissions": [ "notifications", "https:\/\/grozent.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5", "web_accessible_resources": [ "image\/*" ] } |