淘宝店铺档案查看
卖家店铺档案页面查看
淘宝店铺档案查看란 무엇입니까?
淘宝店铺档案查看은(는) superzeta에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "卖家店铺档案页面查看"입니다.
확장 프로그램 스크린샷
淘宝店铺档案查看 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
从2019年4月18日起,卖家店铺档案页面将不再展示。 本扩展可使用用户继续查看淘宝卖家档案。 2019-11-25更新。Now it works again ! Since 18th April 2019, Taobao is actively blocking buyers from viewing sellers historical past such as bad reviews. With this extension, you can still view seller's past ratings and review until Taobao completely removes it.
확장 프로그램 기본 정보
이름 | 淘宝店铺档案查看 |
ID | hngockjeakbglfgfbljedahgobammpbi |
공식 URL | https://chromewebstore.google.com/detail/%E6%B7%98%E5%AE%9D%E5%BA%97%E9%93%BA%E6%A1%A3%E6%A1%88%E6%9F%A5%E7%9C%8B/hngockjeakbglfgfbljedahgobammpbi |
설명 | 卖家店铺档案页面查看 |
파일 크기 | 31.97 KB |
설치 횟수 | 3,346 |
현재 버전 | 0.3.0 |
최근 업데이트 | 2019-11-25 |
출시 날짜 | 2019-11-25 |
평점 | 4.75/5 총 68 개의 평점 |
개발자 | superzeta |
결제 유형 | free |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u6dd8\u5b9d\u5e97\u94fa\u6863\u6848\u67e5\u770b", "short_name": "\u5356\u5bb6\u5e97\u94fa\u6863\u6848\u9875\u9762\u67e5\u770b", "version": "0.3.0", "description": "\u5356\u5bb6\u5e97\u94fa\u6863\u6848\u9875\u9762\u67e5\u770b", "permissions": [ "activeTab", "declarativeContent", "*:\/\/*.taobao.com\/*" ], "web_accessible_resources": [ "images\/t.png" ], "background": { "scripts": [ "background\/index.js" ], "persistent": true }, "browser_action": { "default_icon": { "16": "images\/t.png", "32": "images\/t.png", "48": "images\/t.png", "128": "images\/t.png" } }, "icons": { "16": "images\/t.png", "32": "images\/t.png", "48": "images\/t.png", "128": "images\/t.png" }, "manifest_version": 2 } |