Adrenalin Extension

Adrenalin extension to calculate total time spend in Office.

Adrenalin Extension क्या है?

Adrenalin Extension Santosh Kumar Behera द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adrenalin extension to calculate total time spend in Office."।

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

screenshot

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

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

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

                                            

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

नाम Adrenalin Extension Adrenalin Extension
ID iionippmmaooffnikjhmcjeikobbghlb
आधिकारिक URL https://chromewebstore.google.com/detail/adrenalin-extension/iionippmmaooffnikjhmcjeikobbghlb
विवरण Adrenalin extension to calculate total time spend in Office.
फ़ाइल का आकार 48.1 KB
स्थापना संख्या 40
वर्तमान संस्करण 1.5
अंतिम अपडेट 2016-11-03
प्रकाशन तिथि 2016-11-03
रेटिंग 4.86/5 कुल 21 रेटिंग्स
डेवलपर Santosh Kumar Behera
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Adrenalin Extension",
    "version": "1.5",
    "description": "Adrenalin extension to calculate total time spend in Office.",
    "author": "Santosh Behera",
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Adrenalin Extension",
        "default_popup": "AdrenalinExtMainUI.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "options_page": "AdrenalinExtOptions.html",
    "background": {
        "scripts": [
            "AdrenalinExtEventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/10.157.40.23\/adrenalin\/*",
                "http:\/\/10.157.40.23\/Adrenalin\/*"
            ],
            "js": [
                "AdrenalinExtTotalTime.js",
                "jquery-3.1.1.min.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "http:\/\/10.157.40.23\/Adrenalin\/*",
        "http:\/\/10.157.40.23\/adrenalin\/*"
    ]
}