淘宝店铺档案查看
卖家店铺档案页面查看
Qu'est-ce que 淘宝店铺档案查看 ?
淘宝店铺档案查看 est une extension Chrome développée par superzeta, et sa fonction principale est "卖家店铺档案页面查看".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 淘宝店铺档案查看
Téléchargez les fichiers d'extension 淘宝店铺档案查看 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
从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.
Informations de Base sur l'Extension
Nom | 淘宝店铺档案查看 |
ID | hngockjeakbglfgfbljedahgobammpbi |
URL Officiel | 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 | 卖家店铺档案页面查看 |
Taille du Fichier | 31.97 KB |
Nombre d'Installations | 3,346 |
Version Actuelle | 0.3.0 |
Dernière Mise à Jour | 2019-11-25 |
Date de Publication | 2019-11-25 |
Évaluation | 4.75/5 Total 68 Évaluations |
Développeur | superzeta |
Type de Paiement | free |
Langues Prises en Charge | 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 } |