Contador de CASOS
Contador de Casos
What is Contador de CASOS?
Contador de CASOS is a Chrome extension developed by TheHazDevelopment, and its main feature is "Contador de Casos".
Download Contador de CASOS Extension CRX File
Download Contador de CASOS 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
Es una herramienta que sirve para contar clicks. Lo que hay que hacer es luego de responder un caso, hacer click y se puede ver en tiempo real la cantidad de clicks realizados equivalente a la cantidad de casos. Al final del dia o de la hora, uno puede saber cuantos casos hizo También puede ponerlo en decreciente y fijarse un objetivo para superarlo. La idea es hacer más cómoda la tarea del representante. Powered by Mauri Durán.
Extension Basic Information
Name | ![]() |
ID | keekffedacakgcchcnmjnonhjnlelodk |
Official URL | https://chrome.google.com/webstore/detail/contador-de-casos/keekffedacakgcchcnmjnonhjnlelodk |
Description | Contador de Casos |
File Size | 574 KB |
Installation Count | 1,296 |
Current Version | 2.0 |
Last Updated | 2018-05-21 |
Publish Date | 2018-05-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | TheHazDevelopment |
[email protected] | |
Payment Type | free |
Supported Languages | es-419 |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Contador de CASOS", "manifest_version": 2, "version": "2.0", "description": "Contador de Casos", "background": { "scripts": [ "settings.js", "simpleutils.js", "eventPage.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_icon": "counter2128.png", "name": "Click me :)" } } |