Asana Workspaces Switcher

Asana Workspaces Switcher

Asana Workspaces Switcher là gì?

Asana Workspaces Switcher là một tiện ích mở rộng Chrome được phát triển bởi Gianni Liburdi, và tính năng chính của nó là "Asana Workspaces Switcher".

Ả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 Asana Workspaces Switcher

Tải xuống các tệp mở rộng Asana Workspaces Switcher 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

                        List of all your Asana workspaces.                    

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

Tên Asana Workspaces Switcher Asana Workspaces Switcher
ID naeiajcdddbcicgbkpmpabghfaniejna
URL Chính Thức https://chrome.google.com/webstore/detail/asana-workspaces-switcher/naeiajcdddbcicgbkpmpabghfaniejna
Mô tả Asana Workspaces Switcher
Kích Thước Tệp 143 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2019-06-28
Ngày Phát Hành 2019-06-21
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Gianni Liburdi
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",
    "name": "Asana Workspaces Switcher",
    "version": "0.0.2",
    "description": "Asana Workspaces Switcher",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "popup.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "assets\/img\/icons\/icon-16.png",
        "32": "assets\/img\/icons\/icon-32.png",
        "48": "assets\/img\/icons\/icon-48.png",
        "128": "assets\/img\/icons\/icon-128.png"
    }
}