Punching App

A simple app which helps employees to track their punch in and punch out time. Support only day shift.

ما هو Punching App؟

Punching App هو إضافة Chrome تم تطويرها بواسطة http://www.tintu.co.vu، والميزة الرئيسية لها هي "A simple app which helps employees to track their punch in and punch out time. Support only day shift. ".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Punching App

قم بتنزيل ملفات الامتداد Punching App بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A Simple app which helps to track punch data and make sure to spend necessary hours at office. Author : Tintu C Raju  web : http://www.tintu.co.vu                    

معلومات أساسية عن التمديد

الاسم Punching App Punching App
ID naakiemaehkfnmgalafinnflkhoemdnl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/punching-app/naakiemaehkfnmgalafinnflkhoemdnl
الوصف A simple app which helps employees to track their punch in and punch out time. Support only day shift.
حجم الملف 225 KB
عدد التثبيتات 77
النسخة الحالية 0.1
آخر تحديث 2017-04-27
تاريخ النشر 2017-04-27
تقييم 5.00/5 مجموع تقييمات 3
المطور http://www.tintu.co.vu
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://www.tinturaju.com/smule_policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Punching App",
    "version": "0.1",
    "description": "A simple app which helps employees to track their punch in and punch out time. Support only day shift. ",
    "permissions": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Punching App",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/**"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}