Adrenalin Extension
Adrenalin extension to calculate total time spend in Office.
Co to jest Adrenalin Extension?
Adrenalin Extension to rozszerzenie Chrome opracowane przez Santosh Kumar Behera, a jego główną funkcją jest „Adrenalin extension to calculate total time spend in Office.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Adrenalin Extension
Pobierz pliki rozszerzeń Adrenalin Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | Adrenalin Extension |
ID | iionippmmaooffnikjhmcjeikobbghlb |
Oficjalny URL | https://chromewebstore.google.com/detail/adrenalin-extension/iionippmmaooffnikjhmcjeikobbghlb |
Opis | Adrenalin extension to calculate total time spend in Office. |
Rozmiar pliku | 48.1 KB |
Liczba instalacji | 40 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2016-11-03 |
Data Publikacji | 2016-11-03 |
Ocena | 4.86/5 Łącznie 21 Oceny |
Deweloper | Santosh Kumar Behera |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |