GIZA

Displays today's working time from Abacus attendance system. (G)rabbing (I)information (Z)from (A)bacus.

GIZA क्या है?

GIZA saric द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays today's working time from Abacus attendance system. (G)rabbing (I)information (Z)from (A)bacus."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GIZA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        GIZA extension can be used to display today's working time from Abacus attendance system and to fill time registration into Achievo system. In options you should enter URL - the url of the server where the Abacus attendance system / Achievo system is installed; USERNAME - your username to login into Abacus / Achievo; PASSWORD - your password to login into Abacus / Achievo.                    

एक्सटेंशन की मूल जानकारी

नाम GIZA GIZA
ID fkhdheahldobjhelmheaolncekidbcip
आधिकारिक URL https://chromewebstore.google.com/detail/giza/fkhdheahldobjhelmheaolncekidbcip
विवरण Displays today's working time from Abacus attendance system. (G)rabbing (I)information (Z)from (A)bacus.
फ़ाइल का आकार 214 KB
स्थापना संख्या 28
वर्तमान संस्करण 2.18
अंतिम अपडेट 2017-11-20
प्रकाशन तिथि 2017-11-20
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर saric
भुगतान के प्रकार free
समर्थित भाषाएँ en,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.18",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "minimum_chrome_version": "22.0.0.0",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_title": "__MSG_appName__",
        "default_popup": "src\/popup\/popup.html"
    },
    "options_ui": {
        "page": "src\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "page": "src\/background\/background.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/achievo\/dispatch.php?*",
                "*:\/\/*\/achievo\/"
            ],
            "js": [
                "src\/options\/lib\/store.js",
                "scripts\/browser.js",
                "scripts\/consts.js",
                "scripts\/alarms.js",
                "scripts\/common.js",
                "scripts\/achievo.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "images\/icon16.png",
        "images\/icon48.png",
        "images\/icon128.png",
        "images\/ajax_loader.gif"
    ]
}