Jarvis

Time management for Podio.com.

Jarvisとは何ですか?

JarvisはCastromaticによって開発されたChromeの拡張機能で、その主な機能は「Time management for Podio.com.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Jarvis拡張機能のCRXファイルをダウンロード

Jarvis拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Time management for Podio.com.                    

拡張機能の基本情報

名前 Jarvis Jarvis
ID abidacaongcejkajkehhcpicelclgbii
公式URL https://chromewebstore.google.com/detail/jarvis/abidacaongcejkajkehhcpicelclgbii
説明 Time management for Podio.com.
ファイルサイズ 402 KB
インストール数 134
現在のバージョン 1.7.5
最終更新日 2020-09-22
公開日 2019-03-28
開発者 Castromatic
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}