淘宝店铺档案查看
卖家店铺档案页面查看
淘宝店铺档案查看とは何ですか?
淘宝店铺档案查看はsuperzetaによって開発されたChromeの拡張機能で、その主な機能は「卖家店铺档案页面查看」です。
拡張機能のスクリーンショット
淘宝店铺档案查看拡張機能のCRXファイルをダウンロード
淘宝店铺档案查看拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
从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 } |