Contador de CASOS

Contador de Casos

Contador de CASOS란 무엇입니까?

Contador de CASOS은(는) TheHazDevelopment에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Contador de Casos"입니다.

Contador de CASOS 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Contador de CASOS Contador de CASOS
ID keekffedacakgcchcnmjnonhjnlelodk
공식 URL https://chrome.google.com/webstore/detail/contador-de-casos/keekffedacakgcchcnmjnonhjnlelodk
설명 Contador de Casos
파일 크기 574 KB
설치 횟수 1,296
현재 버전 2.0
최근 업데이트 2018-05-21
출시 날짜 2018-05-21
평점 5.00/5 총 2 개의 평점
개발자 TheHazDevelopment
이메일 [email protected]
결제 유형 free
지원되는 언어 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 :)"
    }
}