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
电子邮箱 [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"
    ]
}