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擴充功能。
擴展使用說明
擴展基本資訊
名稱 | InPost PL - track parcel - non-official client |
ID | djiillgknbejncmlfnanlnppbebmolje |
官方網址 | 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" } } |