SmartHint
Verifica se o script da SmartHint está instalado
什么是SmartHint?
SmartHint是由https://www.smarthint.co开发的Chrome扩展程序,该扩展的主要功能是“Verifica se o script da SmartHint está instalado”。
扩展截图
下载SmartHint扩展crx文件
下载SmartHint扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | SmartHint |
ID | iojdllcccblbhnmidkcjkldijflcoblb |
官方URL | https://chromewebstore.google.com/detail/smarthint/iojdllcccblbhnmidkcjkldijflcoblb |
简介 | Verifica se o script da SmartHint está instalado |
文件大小 | 367 KB |
安装次数 | 2,701 |
当前版本 | 1.0.0.3 |
更新时间 | 2022-06-11 |
上架时间 | 2019-04-08 |
评分 | 5.00/5 共1次评分 |
开发者 | https://www.smarthint.co |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.smarthint.co/ |
帮助页面URL | https://www.smarthint.co/contato/ |
隐私政策页面URL | https://www.smarthint.co/termos-e-condicoes-de-uso-do-site |
支持的语言 | 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" ] } |