Easy Pontotel

Marcação de ponto simples e eficiente.

Easy Pontotel란 무엇입니까?

Easy Pontotel은(는) xStrato에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Marcação de ponto simples e eficiente."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Easy Pontotel 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Faça sua marcação de ponto de forma simplificada e eficiente. Tenha acesso aos seus pontos atuais e ao histórico do último mês.

**Compatível com a plataforma da "Pontotel" apenas.                    

확장 프로그램 기본 정보

이름 Easy Pontotel Easy Pontotel
ID hkgmhgdhfjkpejghanpdnfodnaefnjlg
공식 URL https://chromewebstore.google.com/detail/easy-pontotel/hkgmhgdhfjkpejghanpdnfodnaefnjlg
설명 Marcação de ponto simples e eficiente.
파일 크기 28.79 KB
설치 횟수 42
현재 버전 2.0.2
최근 업데이트 2021-08-03
출시 날짜 2021-05-21
개발자 xStrato
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/xStrato
도움말 페이지 URL https://github.com/xStrato
지원되는 언어 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Pontotel",
    "description": "Marca\u00e7\u00e3o de ponto simples e eficiente.",
    "version": "2.0.2",
    "manifest_version": 2,
    "icons": {
        "16": "static\/media\/icon_16.png",
        "32": "static\/media\/icon_32.png",
        "48": "static\/media\/icon_48.png",
        "128": "static\/media\/icon_128.png"
    },
    "background": {
        "scripts": [
            "api\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Easy Pontotel",
        "default_popup": "static\/html\/popup.html",
        "default_icon": "static\/media\/icon.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications",
        "*:\/\/*.pontotel.com.br\/*",
        "*:\/\/ipapi.co\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "api\/content.js"
            ],
            "matches": [
                "*:\/\/*.pontotel.com.br\/*"
            ],
            "run_at": "document_start"
        }
    ]
}