Grozent
Grozent Shipping Assistant. You can submit the information about purchased items directly to the Grozent website from the Taobao
Grozent란 무엇입니까?
Grozent은(는) https://grozent.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Grozent Shipping Assistant. You can submit the information about purchased items directly to the Grozent website from the Taobao"입니다.
확장 프로그램 스크린샷
Grozent 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Grozent代运助手。您可以在淘宝已买到宝贝的页面,直接提交代收货信息到Grozent网站。 Grozent代运助手。您可以在淘宝已买到宝贝的页面,直接提交代收货信息到To1 Grozent网站。 Grozent为您提供中国商品一站式安全,可靠的集运、物流运输服务! 【 如何使用 】 1. 代运 - 您可以在淘宝/天猫已买到宝贝的页面点击 “添加包裹”,就可以直接提交代收货信息到Grozent网站。此外,您也可以编辑已添加包裹。 2. 浏览网站 - 点击浏览器右侧的Grozent图标,即会出现小窗口显示Grozent网站。 【 我们的服务 】 提供简单,合理,安全与快速的海运、空运、快递服务,中国至马来西亚 / 新加坡。 【 官网 】 www.grozent.com 非常感谢使用我们的Chrome应用。 有你们的支持,我们会继续做得更好。
확장 프로그램 기본 정보
이름 | Grozent |
ID | pojmokcjmjlhgbogigijniboafgekood |
공식 URL | https://chromewebstore.google.com/detail/grozent/pojmokcjmjlhgbogigijniboafgekood |
설명 | Grozent Shipping Assistant. You can submit the information about purchased items directly to the Grozent website from the Taobao |
파일 크기 | 203 KB |
설치 횟수 | 134 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2021-04-21 |
출시 날짜 | 2021-04-07 |
개발자 | https://grozent.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://grozent.com/ |
도움말 페이지 URL | https://grozent.com/ |
지원되는 언어 | 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\/*" ] } |