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…
What is Dropship Tracking and TBA Conversion?
Dropship Tracking and TBA Conversion is a Chrome extension developed by Scepter Tools, and its main feature is "The Dropship Tracking Extension is for users wanting to convert their AMZL Tracking numbers to a different format that is…".
Extension Screenshots
Download Dropship Tracking and TBA Conversion Extension CRX File
Download Dropship Tracking and TBA Conversion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Dropship Tracking and TBA Conversion |
ID | pchopfmnphphkbgfmmhebiggkopncpld |
Official URL | https://chromewebstore.google.com/detail/dropship-tracking-and-tba/pchopfmnphphkbgfmmhebiggkopncpld |
Description | The Dropship Tracking Extension is for users wanting to convert their AMZL Tracking numbers to a different format that is… |
File Size | 292 KB |
Installation Count | 281 |
Current Version | 3.3 |
Last Updated | 2021-06-08 |
Publish Date | 2020-12-08 |
Rating | 2.33/5 Total 3 Ratings |
Developer | Scepter Tools |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sceptermarketing.com/privacy-policy |
Supported Languages | 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" ] } |