TrustBox Assistant
Troubleshooting Trustpilot TrustBoxes
What is TrustBox Assistant?
TrustBox Assistant is a Chrome extension developed by Trustpilot, and its main feature is "Troubleshooting Trustpilot TrustBoxes".
Extension Screenshots
Download TrustBox Assistant Extension CRX File
Download TrustBox Assistant 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
A helpful browser extension for troubleshooting Trustpilot's TrustBoxes.
Extension Basic Information
Name | TrustBox Assistant |
ID | aofjkdnekcfcnijpaickcjlacdoipkop |
Official URL | https://chromewebstore.google.com/detail/trustbox-assistant/aofjkdnekcfcnijpaickcjlacdoipkop |
Description | Troubleshooting Trustpilot TrustBoxes |
File Size | 12.12 KB |
Installation Count | 184 |
Current Version | 1.9.0 |
Last Updated | 2019-01-14 |
Publish Date | 2019-01-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Trustpilot |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://legal.trustpilot.com/end-user-privacy-terms |
Supported Languages | 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" } } |