Dropship Tracking and TBA Conversion

The Dropship Tracking Extension is for users wanting to convert their AMZL Tracking numbers to a different format that is…

Dropship Tracking and TBA Conversionとは何ですか?

Dropship Tracking and TBA ConversionはScepter Toolsによって開発されたChromeの拡張機能で、その主な機能は「The Dropship Tracking Extension is for users wanting to convert their AMZL Tracking numbers to a different format that is…」です。

拡張機能のスクリーンショット

screenshot

Dropship Tracking and TBA Conversion拡張機能のCRXファイルをダウンロード

Dropship Tracking and TBA Conversion拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Dropship Tracking Extension is for users wanting to convert their AMZL Tracking numbers to a different format that is acceptable by marketplaces. You can run the conversion for single tracking numbers or for all TBA numbers. It drastically speeds up the conversion and submission process.                    

拡張機能の基本情報

名前 Dropship Tracking and TBA Conversion Dropship Tracking and TBA Conversion
ID pchopfmnphphkbgfmmhebiggkopncpld
公式URL https://chromewebstore.google.com/detail/dropship-tracking-and-tba/pchopfmnphphkbgfmmhebiggkopncpld
説明 The Dropship Tracking Extension is for users wanting to convert their AMZL Tracking numbers to a different format that is…
ファイルサイズ 292 KB
インストール数 281
現在のバージョン 3.3
最終更新日 2021-06-08
公開日 2020-12-08
評価 2.33/5 合計 3 レビュー
開発者 Scepter Tools
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sceptermarketing.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dropship Tracking and TBA Conversion",
    "version": "3.3",
    "description": "",
    "manifest_version": 2,
    "incognito": "split",
    "icons": {
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "persistent": true,
        "page": "background\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/gp\/your-account\/order-history*",
                "https:\/\/www.amazon.com\/progress-tracker\/package\/*"
            ],
            "js": [
                "scripts\/trigger.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.it\/gp\/your-account\/order-history*",
                "https:\/\/www.amazon.it\/progress-tracker\/package\/*"
            ],
            "js": [
                "scripts\/trigger.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.ca\/gp\/your-account\/order-history*",
                "https:\/\/www.amazon.ca\/progress-tracker\/package\/*"
            ],
            "js": [
                "scripts\/trigger.js"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "identity",
        "identity.email",
        "http:\/\/3.86.137.112\/*",
        "https:\/\/connectorange.io\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.ca\/*",
        "https:\/\/www.bluecare.express\/api\/AddInfo",
        "webRequestBlocking",
        "webRequest"
    ]
}