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…"입니다.
확장 프로그램 스크린샷
Dropship Tracking and TBA Conversion 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |