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"
}
} | |