SmartHint
Verifica se o script da SmartHint está instalado
Was ist SmartHint?
SmartHint ist eine Chrome-Erweiterung, die von https://www.smarthint.co entwickelt wurde, und ihr Hauptmerkmal ist "Verifica se o script da SmartHint está instalado".
Erweiterungsscreenshots
SmartHint-Erweiterungs-CRX-Datei herunterladen
Laden Sie SmartHint-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Verifica se o script da SmartHint está instalado, permitindo verificar o tipo da página e as posições que serão utilizadas para as recomendações. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iojdllcccblbhnmidkcjkldijflcoblb |
| Offizielle URL | https://chromewebstore.google.com/detail/smarthint/iojdllcccblbhnmidkcjkldijflcoblb |
| Beschreibung | Verifica se o script da SmartHint está instalado |
| Dateigröße | 367 KB |
| Installationsanzahl | 2,701 |
| Aktuelle Version | 1.0.0.3 |
| Letztes Update | 2022-06-11 |
| Veröffentlichungsdatum | 2019-04-08 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://www.smarthint.co |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.smarthint.co/ |
| Hilfeseite URL | https://www.smarthint.co/contato/ |
| URL der Datenschutzrichtlinien-Seite | https://www.smarthint.co/termos-e-condicoes-de-uso-do-site |
| Unterstützte Sprachen | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SmartHint",
"author": "SmartHint",
"version": "1.0.0.3",
"short_name": "SmartHint",
"description": "Verifica se o script da SmartHint est\u00e1 instalado",
"icons": {
"32": "images\/SmartHint-logo.png",
"128": "images\/SmartHint-128.png"
},
"browser_action": {
"default_title": "SmartHint Checker",
"default_icon": "images\/SmartHint-logo.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |