InPost PL - track parcel - non-official client
Extension allows to track a parcel InPost PL
什么是InPost PL - track parcel - non-official client?
InPost PL - track parcel - non-official client是由OVM SOFT UA开发的Chrome扩展程序,该扩展的主要功能是“Extension allows to track a parcel InPost PL”。
扩展截图
下载InPost PL - track parcel - non-official client扩展crx文件
下载InPost PL - track parcel - non-official client扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | djiillgknbejncmlfnanlnppbebmolje |
| 官方URL | https://chromewebstore.google.com/detail/inpost-pl-track-parcel-no/djiillgknbejncmlfnanlnppbebmolje |
| 简介 | Extension allows to track a parcel InPost PL |
| 文件大小 | 18.28 KB |
| 安装次数 | 48 |
| 当前版本 | 0.1 |
| 更新时间 | 2016-02-07 |
| 上架时间 | 2016-02-07 |
| 开发者 | OVM SOFT UA |
| 付费类型 | free |
| 支持的语言 | en,pl,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "pl",
"version": "0.1",
"background": {
"scripts": [
"common.js",
"background.js"
]
},
"permissions": [
"contextMenus"
],
"icons": {
"16": "icon16.png",
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |