infinity quick access

Your infinity platform. Always at your fingertips.

infinity quick access là gì?

infinity quick access là một tiện ích mở rộng Chrome được phát triển bởi 42elements UG (haftungsbeschränkt), và tính năng chính của nó là "Your infinity platform. Always at your fingertips.".

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

screenshot

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

Tải xuống các tệp mở rộng infinity quick access 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

                        Direct access to the most important elements, apps & favorites of your infinity platform. Share your desktop in an infinity video conference or connect to an intranet gateway connection with a single click. 

Store your login once, so you never have to login again. This extension does not support login to accounts secured with two factor authentication.

For using this extension, you need to have a valid infinity subscription. Terms and conditions apply.                    

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

Tên infinity quick access infinity quick access
ID gbpfmeodhpnfiknnjiajnahdnaiooecl
URL Chính Thức https://chromewebstore.google.com/detail/infinity-quick-access/gbpfmeodhpnfiknnjiajnahdnaiooecl
Mô tả Your infinity platform. Always at your fingertips.
Kích Thước Tệp 906 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 0.1.15
Cập Nhật Lần Cuối 2017-11-30
Ngày Phát Hành 2017-11-29
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển 42elements UG (haftungsbeschränkt)
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "infinity quick access",
    "short_name": "infinity",
    "description": "Your infinity platform. Always at your fingertips.",
    "version": "0.1.15",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "images\/infinity-16x16.png",
        "24": "images\/infinity-24x24.png",
        "32": "images\/infinity-32x32.png",
        "48": "images\/infinity-48x48.png",
        "128": "images\/infinity-128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/infinity-16x16.png",
            "24": "images\/infinity-24x24.png",
            "32": "images\/infinity-32x32.png",
            "48": "images\/infinity-48x48.png",
            "128": "images\/infinity-128x128.png"
        },
        "default_title": "infinity quick access",
        "default_popup": "src\/popup\/index.html"
    },
    "options_ui": {
        "page": "src\/options\/index.html"
    },
    "background": {
        "scripts": [
            "src\/lib\/jquery-3.2.1.min.js",
            "src\/background\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage",
        "desktopCapture",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*\/*"
        ]
    },
    "web_accessible_resources": [
        "src\/options\/index.html"
    ]
}