TrustBox Assistant
Troubleshooting Trustpilot TrustBoxes
什么是TrustBox Assistant?
TrustBox Assistant是由Trustpilot开发的Chrome扩展程序,该扩展的主要功能是“Troubleshooting Trustpilot TrustBoxes”。
扩展截图
下载TrustBox Assistant扩展crx文件
下载TrustBox Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A helpful browser extension for troubleshooting Trustpilot's TrustBoxes. 扩展基本信息
| 名称 | |
| ID | aofjkdnekcfcnijpaickcjlacdoipkop |
| 官方URL | https://chromewebstore.google.com/detail/trustbox-assistant/aofjkdnekcfcnijpaickcjlacdoipkop |
| 简介 | Troubleshooting Trustpilot TrustBoxes |
| 文件大小 | 12.12 KB |
| 安装次数 | 184 |
| 当前版本 | 1.9.0 |
| 更新时间 | 2019-01-14 |
| 上架时间 | 2019-01-14 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Trustpilot |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | http://legal.trustpilot.com/end-user-privacy-terms |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TrustBox Assistant",
"version": "1.9.0",
"description": "Troubleshooting Trustpilot TrustBoxes",
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": "icons\/icon32.png",
"default_title": "TrustBox Assistant",
"default_popup": "browser_action_popup\/popup.html"
},
"icons": {
"48": "icons\/icon48.png"
}
} | |