Adrenalin Extension
Adrenalin extension to calculate total time spend in Office.
What is Adrenalin Extension?
Adrenalin Extension is a Chrome extension developed by Santosh Kumar Behera, and its main feature is "Adrenalin extension to calculate total time spend in Office.".
Extension Screenshots
Download Adrenalin Extension Extension CRX File
Download Adrenalin Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Adrenalin Extension |
ID | iionippmmaooffnikjhmcjeikobbghlb |
Official URL | https://chromewebstore.google.com/detail/adrenalin-extension/iionippmmaooffnikjhmcjeikobbghlb |
Description | Adrenalin extension to calculate total time spend in Office. |
File Size | 48.1 KB |
Installation Count | 40 |
Current Version | 1.5 |
Last Updated | 2016-11-03 |
Publish Date | 2016-11-03 |
Rating | 4.86/5 Total 21 Ratings |
Developer | Santosh Kumar Behera |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |