Jarvis

Time management for Podio.com.

What is Jarvis?

Jarvis is a Chrome extension developed by Castromatic, and its main feature is "Time management for Podio.com.".

Extension Screenshots

screenshot
screenshot

Download Jarvis Extension CRX File

Download Jarvis 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

                        Time management for Podio.com.                    

Extension Basic Information

Name Jarvis Jarvis
ID abidacaongcejkajkehhcpicelclgbii
Official URL https://chromewebstore.google.com/detail/jarvis/abidacaongcejkajkehhcpicelclgbii
Description Time management for Podio.com.
File Size 402 KB
Installation Count 134
Current Version 1.7.5
Last Updated 2020-09-22
Publish Date 2019-03-28
Developer Castromatic
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}