Jarvis

Time management for Podio.com.

Co je Jarvis?

Jarvis je rozšíření Chrome vyvinuté Castromatic, a jeho hlavní funkcí je „Time management for Podio.com.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Jarvis

Stáhněte si soubory rozšíření Jarvis ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Time management for Podio.com.                    

Základní Informace o Rozšíření

Název Jarvis Jarvis
ID abidacaongcejkajkehhcpicelclgbii
Oficiální URL https://chromewebstore.google.com/detail/jarvis/abidacaongcejkajkehhcpicelclgbii
Popis Time management for Podio.com.
Velikost souboru 402 KB
Počet instalací 134
Aktuální Verze 1.7.5
Poslední Aktualizace 2020-09-22
Datum Vydání 2019-03-28
Vývojář Castromatic
E-mail [email protected]
Typ Platby free
Podporované Jazyky pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jarvis",
    "version": "1.7.5",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "resources\/tools\/jquery\/jquery.js",
                "content.js"
            ],
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/podio.com\/exactusensupt\/projecto\/*",
                "https:\/\/podio.com\/sandbox-8dj3u1nig2\/projecto\/*"
            ],
            "js": [
                "resources\/tools\/jquery\/jquery.js",
                "content.js",
                "resources\/modules\/module.podio.js",
                "resources\/modules\/module.timezy.js",
                "resources\/modules\/module.flasher.js"
            ],
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/podio.com\/exactusensupt\/design\/*",
                "https:\/\/podio.com\/sandbox-8dj3u1nig2\/design\/*"
            ],
            "js": [
                "resources\/tools\/jquery\/jquery.js",
                "scanner.js",
                "resources\/modules\/module.podio.js",
                "resources\/modules\/module.timezy.js",
                "resources\/modules\/module.flasher.js"
            ],
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/podio.com\/*"
            ],
            "js": [
                "resources\/tools\/jquery\/jquery.js",
                "scanner.js",
                "resources\/modules\/module.podio.js",
                "resources\/modules\/module.timezy.js",
                "resources\/modules\/module.flasher.js",
                "resources\/modules\/module.googler.js"
            ],
            "all_frames": false
        }
    ],
    "page_action": {
        "default_title": "Jarvis",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies",
        "http:\/\/cdn.sstatic.net\/*",
        "http:\/\/stackoverflow.com\/*",
        "https:\/\/podio.com",
        "https:\/\/podio.com\/*",
        "https:\/\/exactusensu.pt\/*",
        "http:\/\/labels.exactubooks.pt\/",
        "https:\/\/jarvis.exactusensu.pt\/vulture\/podio\/stats",
        "https:\/\/jarvis.exactusensu.pt\/*"
    ],
    "web_accessible_resources": [
        "resources\/media\/images\/loading-animation.gif"
    ],
    "icons": {
        "16": "icon.png",
        "48": "resources\/media\/icons\/icon-48px.png",
        "128": "resources\/media\/icons\/icon-128px.png"
    }
}