MYPOSMAN
MYPOSMAN AIS - Importing item's tracking ID, name and cost!
MYPOSMAN란 무엇입니까?
MYPOSMAN은(는) https://www.myposman.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MYPOSMAN AIS - Importing item's tracking ID, name and cost!"입니다.
확장 프로그램 스크린샷
MYPOSMAN 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This will ease MYPOSMAN members to import/pull items' information purchased from Tao Bao (淘宝)and 1688.com (alibaba) into MYPOSMAN (www.myposman.com) system with a click from Tao Bao & 1688 (alibaba) Website! Tao Bao now support multi tracking number checking as long as Seller update the tracking number to the tao bao cart system. No more troublesome in copying item's long tracking number to place order. No more mistake tracking numbers!
확장 프로그램 기본 정보
이름 | MYPOSMAN |
ID | anhedjmkociieheecidmpohndhpfcjoe |
공식 URL | https://chromewebstore.google.com/detail/myposman/anhedjmkociieheecidmpohndhpfcjoe |
설명 | MYPOSMAN AIS - Importing item's tracking ID, name and cost! |
파일 크기 | 91.4 KB |
설치 횟수 | 305 |
현재 버전 | 1.5 |
최근 업데이트 | 2021-08-08 |
출시 날짜 | 2020-05-02 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://www.myposman.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.myposman.com/blog/index.php?controller=post&action=view&id_post=5 |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MYPOSMAN", "description": "MYPOSMAN AIS - Importing item's tracking ID, name and cost!", "version": "1.5", "browser_action": { "default_icon": "image\/icon16.png", "default_popup": "popup.html", "default_title": "Click here!" }, "permissions": [ "notifications", "https:\/\/myposman.com\/", "https:\/\/www.myposman.com\/" ], "icons": { "128": "image\/icon128.png", "16": "image\/icon16.png", "48": "image\/icon48.png" }, "content_scripts": [ { "all_frames": true, "css": [ "content.css", "custom.css" ], "js": [ "config.js", "jquery.js", "content.js" ], "matches": [ "*:\/\/buyertrade.taobao.com\/*", "*:\/\/*.1688.com\/*", "*:\/\/*.jd.com\/*", "*:\/\/*.taobao.com\/*" ], "run_at": "document_end" } ], "background": { "persistent": false, "scripts": [ "jquery.js", "background.js" ] }, "web_accessible_resources": [ "image\/*" ] } |