淘宝店铺档案查看
卖家店铺档案页面查看
What is 淘宝店铺档案查看?
淘宝店铺档案查看 is a Chrome extension developed by superzeta, and its main feature is "卖家店铺档案页面查看".
Extension Screenshots
Download 淘宝店铺档案查看 Extension CRX File
Download 淘宝店铺档案查看 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
从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.
Extension Basic Information
Name | 淘宝店铺档案查看 |
ID | hngockjeakbglfgfbljedahgobammpbi |
Official 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 |
Description | 卖家店铺档案页面查看 |
File Size | 31.97 KB |
Installation Count | 3,346 |
Current Version | 0.3.0 |
Last Updated | 2019-11-25 |
Publish Date | 2019-11-25 |
Rating | 4.75/5 Total 68 Ratings |
Developer | superzeta |
Payment Type | free |
Supported Languages | 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 } |