Jarvis

Time management for Podio.com.

Jarvis là gì?

Jarvis là một tiện ích mở rộng Chrome được phát triển bởi Castromatic, và tính năng chính của nó là "Time management for Podio.com.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Jarvis

Tải xuống các tệp mở rộng Jarvis dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Time management for Podio.com.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Jarvis Jarvis
ID abidacaongcejkajkehhcpicelclgbii
URL Chính Thức https://chromewebstore.google.com/detail/jarvis/abidacaongcejkajkehhcpicelclgbii
Mô tả Time management for Podio.com.
Kích Thước Tệp 402 KB
Số Lần Cài Đặt 134
Phiên Bản Hiện Tại 1.7.5
Cập Nhật Lần Cuối 2020-09-22
Ngày Phát Hành 2019-03-28
Nhà Phát Triển Castromatic
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}