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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Scepter Tools, και η κύρια λειτουργία του είναι "The Dropship Tracking Extension is for users wanting to convert their AMZL Tracking numbers to a different format that is…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Dropship Tracking and TBA Conversion
Λήψη αρχείων επέκτασης 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 |
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" ] } |