Jarvis

Time management for Podio.com.

Wat is Jarvis?

Jarvis is een Chrome-extensie ontwikkeld door Castromatic, en de belangrijkste functie is "Time management for Podio.com.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Jarvis

Download Jarvis-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Time management for Podio.com.                    

Basisinformatie over de Extensie

Naam Jarvis Jarvis
ID abidacaongcejkajkehhcpicelclgbii
Officiële URL https://chromewebstore.google.com/detail/jarvis/abidacaongcejkajkehhcpicelclgbii
Beschrijving Time management for Podio.com.
Bestandsgrootte 402 KB
Aantal Installaties 134
Huidige Versie 1.7.5
Laatst Bijgewerkt 2020-09-22
Publicatiedatum 2019-03-28
Ontwikkelaar Castromatic
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}