Ahgora Ponto Online

Aplicativo para batidas de ponto no sistema Ahgora PontoWeb.

Ahgora Ponto Onlineคืออะไร?

Ahgora Ponto Online เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ahgora และคุณลักษณะหลักของมันคือ "Aplicativo para batidas de ponto no sistema Ahgora PontoWeb."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ahgora Ponto Online

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

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

                        ****Para usar o aplicativo é preciso contratar o PontoWEB da Ahgora****

Sistema para realização de registro de ponto online. Com essa extensão, os colaboradores que tiverem em suas empresas contratado o Ahgora PontoWEB e assim tiverem permissão, podem registrar seu ponto de forma online, através de matrícula e senha.

---

**** To use the app you need to hire PontoWEB from Ahgora ****

System for online punch registration. With this extension, employees who have contracted the Ahgora PontoWEB in their companies and thus have permission, can register their punch online, through registration and password.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ahgora Ponto Online Ahgora Ponto Online
ID cicgopfednohhlikjdnnkfgikdplefcp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ahgora-ponto-online/cicgopfednohhlikjdnnkfgikdplefcp
คำอธิบาย Aplicativo para batidas de ponto no sistema Ahgora PontoWeb.
ขนาดไฟล์ 751 KB
จำนวนการติดตั้ง 54,415
เวอร์ชันปัจจุบัน 1.0.28
อัปเดตครั้งล่าสุด 2024-01-18
วันที่เผยแพร่ 2020-06-16
คะแนน 2.92/5 รวมทั้งหมด 61 คะแนน
ผู้พัฒนา Ahgora
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ahgora.com/produtos/pontoweb/
URL หน้าช่วยเหลือ https://ahgora.com/suporte-ao-cliente/
URL หน้านโยบายความเป็นส่วนตัว https://ahgora.com/politica-de-privacidade
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ahgora Ponto Online",
    "version": "1.0.28",
    "manifest_version": 2,
    "description": "Aplicativo para batidas de ponto no sistema Ahgora PontoWeb.",
    "short_name": "Ahgora",
    "homepage_url": "https:\/\/www.ahgora.com.br",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "\/js\/jquery\/jquery.js",
            "\/js\/async\/async.min.js",
            "\/js\/pouchdb\/pouchdb.min.js",
            "\/js\/sentry\/sentry.min.js",
            "\/js\/sentry\/sentry-custom.js",
            "src\/bg\/background.js",
            "src\/bg\/connectionhandler.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Ahgora Ponto Online",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "storage",
        "https:\/\/[email protected]\/8",
        "https:\/\/*.ahgora.com.br\/batidaonline\/",
        "unlimitedStorage",
        "geolocation",
        "alarms",
        "https:\/\/sentry.ahgora.com.br\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}