Easy Pontotel

Marcação de ponto simples e eficiente.

Easy Pontotelคืออะไร?

Easy Pontotel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xStrato และคุณลักษณะหลักของมันคือ "Marcação de ponto simples e eficiente."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Pontotel

ดาวน์โหลดไฟล์ส่วนขยาย Easy Pontotel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}