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…
Co je Dropship Tracking and TBA Conversion?
Dropship Tracking and TBA Conversion je rozšíření Chrome vyvinuté Scepter Tools, a jeho hlavní funkcí je „The Dropship Tracking Extension is for users wanting to convert their AMZL Tracking numbers to a different format that is…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Dropship Tracking and TBA Conversion
Stáhněte si soubory rozšíření Dropship Tracking and TBA Conversion ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Dropship Tracking and TBA Conversion |
ID | pchopfmnphphkbgfmmhebiggkopncpld |
Oficiální URL | https://chromewebstore.google.com/detail/dropship-tracking-and-tba/pchopfmnphphkbgfmmhebiggkopncpld |
Popis | The Dropship Tracking Extension is for users wanting to convert their AMZL Tracking numbers to a different format that is… |
Velikost souboru | 292 KB |
Počet instalací | 281 |
Aktuální Verze | 3.3 |
Poslední Aktualizace | 2021-06-08 |
Datum Vydání | 2020-12-08 |
Hodnocení | 2.33/5 Celkem 3 Hodnocení |
Vývojář | Scepter Tools |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://sceptermarketing.com/privacy-policy |
Podporované Jazyky | 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" ] } |