TrustBox Assistant
Troubleshooting Trustpilot TrustBoxes
Wat is TrustBox Assistant?
TrustBox Assistant is een Chrome-extensie ontwikkeld door Trustpilot, en de belangrijkste functie is "Troubleshooting Trustpilot TrustBoxes".
Extensie Screenshots
Download het CRX-bestand van de extensie TrustBox Assistant
Download TrustBox Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A helpful browser extension for troubleshooting Trustpilot's TrustBoxes. Basisinformatie over de Extensie
| Naam | |
| ID | aofjkdnekcfcnijpaickcjlacdoipkop |
| Officiële URL | https://chromewebstore.google.com/detail/trustbox-assistant/aofjkdnekcfcnijpaickcjlacdoipkop |
| Beschrijving | Troubleshooting Trustpilot TrustBoxes |
| Bestandsgrootte | 12.12 KB |
| Aantal Installaties | 184 |
| Huidige Versie | 1.9.0 |
| Laatst Bijgewerkt | 2019-01-14 |
| Publicatiedatum | 2019-01-14 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Trustpilot |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | http://legal.trustpilot.com/end-user-privacy-terms |
| Ondersteunde Talen | 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"
}
} | |