SmartHint

Verifica se o script da SmartHint está instalado

What is SmartHint?

SmartHint is a Chrome extension developed by https://www.smarthint.co, and its main feature is "Verifica se o script da SmartHint está instalado".

Extension Screenshots

screenshot

Download SmartHint Extension CRX File

Download SmartHint 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

                        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.                    

Extension Basic Information

Name SmartHint SmartHint
ID iojdllcccblbhnmidkcjkldijflcoblb
Official URL https://chromewebstore.google.com/detail/smarthint/iojdllcccblbhnmidkcjkldijflcoblb
Description Verifica se o script da SmartHint está instalado
File Size 367 KB
Installation Count 2,701
Current Version 1.0.0.3
Last Updated 2022-06-11
Publish Date 2019-04-08
Rating 5.00/5 Total 1 Ratings
Developer https://www.smarthint.co
Email [email protected]
Payment Type free
Extension Website https://www.smarthint.co/
Help Page URL https://www.smarthint.co/contato/
Privacy Policy Page URL https://www.smarthint.co/termos-e-condicoes-de-uso-do-site
Supported Languages 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"
    ]
}