電商印單小幫手
電商印單小幫手 (Delivery Order)
什么是電商印單小幫手?
電商印單小幫手是由Wilson开发的Chrome扩展程序,该扩展的主要功能是“電商印單小幫手 (Delivery Order)”。
扩展截图
下载電商印單小幫手扩展crx文件
下载電商印單小幫手扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features:
- Batch format for E-commerce platform
- Shipping order generator
- Order detail generator
- Page break 扩展基本信息
| 名称 | |
| ID | dbgbpfefnifpdkieggikljahlmmbdial |
| 官方URL | https://chromewebstore.google.com/detail/%E9%9B%BB%E5%95%86%E5%8D%B0%E5%96%AE%E5%B0%8F%E5%B9%AB%E6%89%8B/dbgbpfefnifpdkieggikljahlmmbdial |
| 简介 | 電商印單小幫手 (Delivery Order) |
| 文件大小 | 4.02 MB |
| 安装次数 | 1,391 |
| 当前版本 | 4.4.6 |
| 更新时间 | 2020-04-15 |
| 上架时间 | 2020-04-15 |
| 评分 | 4.67/5 共6次评分 |
| 开发者 | Wilson |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://alexfan.1shop.tw/shopeefastprint |
| 帮助页面URL | https://alexfan.1shop.tw/shopeefastprint |
| 支持的语言 | zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "\u96fb\u5546\u5370\u55ae\u5c0f\u5e6b\u624b (Delivery Order)",
"version": "4.4.6",
"name": "\u96fb\u5546\u5370\u55ae\u5c0f\u5e6b\u624b",
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.bundle.js"
]
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "\u96fb\u5546\u5370\u55ae\u5c0f\u5e6b\u624b",
"default_popup": "popup.html"
},
"permissions": [
"identity",
"identity.email",
"storage",
"tabs",
"activeTab",
"webRequest",
"webRequestBlocking",
"https:\/\/epayment.7-11.com.tw\/",
"https:\/\/deliveryorder-b9b84.firebaseapp.com\/",
"cookies",
"*:\/\/*.shopee.tw\/"
]
} | |