Aliexpress ePacket identificator
Easily identify aliexpress products with ePacket Finder or SF eParcel
Aliexpress ePacket identificator란 무엇입니까?
Aliexpress ePacket identificator은(는) DropshipMeta 2에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily identify aliexpress products with ePacket Finder or SF eParcel"입니다.
확장 프로그램 스크린샷
Aliexpress ePacket identificator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Aliexpress ePacket finder & identification let you find the products that offer ePacket and SF eParcel shipping easly to save your time Why our extension is better than others ? 1. you can also identify SF eParcel that its also a fast & cheap shipping company for some countries 2. you can easly see if the seller use epacket or not and if its free , because our extension identify it with different colors Free ePacket : Green color Paid ePacket : Blue color No ePacket : Red color Add our extension and save 30% of your time !
확장 프로그램 기본 정보
이름 | Aliexpress ePacket identificator |
ID | khgcejcjgjnnoknmgmmdjodfbnebjmpl |
공식 URL | https://chromewebstore.google.com/detail/aliexpress-epacket-identi/khgcejcjgjnnoknmgmmdjodfbnebjmpl |
설명 | Easily identify aliexpress products with ePacket Finder or SF eParcel |
파일 크기 | 358 KB |
설치 횟수 | 2,122 |
현재 버전 | 0.0.6 |
최근 업데이트 | 2020-07-20 |
출시 날짜 | 2020-07-17 |
평점 | 2.63/5 총 8 개의 평점 |
개발자 | DropshipMeta 2 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.dropshipping-ebay.com |
개인정보 보호 정책 페이지 URL | https://dropshipmeta.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Aliexpress ePacket identificator", "short_name": "Aliexpress ePacket & SF eParcel Identificator", "version": "0.0.6", "description": "Easily identify aliexpress products with ePacket Finder or SF eParcel", "permissions": [ "storage", "tabs", "*:\/\/*.aliexpress.com\/*" ], "browser_action": { "default_icon": "images\/icon128.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*" ], "js": [ "lib\/jquery-3.2.1.min.js", "js\/domTask.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |