GeTNum v3 by ExtensionsWorld
A tool for easy, fast and automatic search of tracking numbers from UPS.com. Most useful for dropshippers
GeTNum v3 by ExtensionsWorldとは何ですか?
GeTNum v3 by ExtensionsWorldはhttps://extensionsworld.comによって開発されたChromeの拡張機能で、その主な機能は「A tool for easy, fast and automatic search of tracking numbers from UPS.com. Most useful for dropshippers」です。
拡張機能のスクリーンショット
GeTNum v3 by ExtensionsWorld拡張機能のCRXファイルをダウンロード
GeTNum v3 by ExtensionsWorld拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A tool for easy, fast and automatic search of tracking numbers from UPS.com. Most useful for dropshippers 拡張機能の基本情報
| 名前 | |
| ID | oiekimnpgnlniggcjlopglijgmohcmne |
| 公式URL | https://chromewebstore.google.com/detail/getnum-v3-by-extensionswo/oiekimnpgnlniggcjlopglijgmohcmne |
| 説明 | A tool for easy, fast and automatic search of tracking numbers from UPS.com. Most useful for dropshippers |
| ファイルサイズ | 19.02 KB |
| インストール数 | 1,188 |
| 現在のバージョン | 3.3.4 |
| 最終更新日 | 2023-01-02 |
| 公開日 | 2021-09-07 |
| 評価 | 4.55/5 合計 29 レビュー |
| 開発者 | https://extensionsworld.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://extensionsworld.com/UPS |
| ヘルプページのURL | https://extensionsworld.com/contact |
| プライバシーポリシーページのURL | https://extensionsworld.com/legal |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "GeTNum v3 by ExtensionsWorld",
"permissions": [
"storage"
],
"version": "3.3.4",
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "ups128.png",
"64": "ups64.png",
"32": "ups32.png",
"16": "ups16.png"
},
"action": {
"default_icon": {
"128": "ups128.png",
"64": "ups64.png",
"32": "ups32.png",
"16": "ups16.png"
},
"default_title": "GeTNum v3",
"default_popup": "html\/index.html"
}
} | |