Canvas Masquerade Shortcut

Jumps to the masquerade page of a particular login id

Canvas Masquerade Shortcut là gì?

Canvas Masquerade Shortcut là một tiện ích mở rộng Chrome được phát triển bởi bwpayne, và tính năng chính của nó là "Jumps to the masquerade page of a particular login id".

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

Tải xuống các tệp mở rộng Canvas Masquerade Shortcut 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

                        Provides a quick way to masquerade as a user in Canvas by providing their login id.                    

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

Tên Canvas Masquerade Shortcut Canvas Masquerade Shortcut
ID phbigijednkcejpafbcomiilkabbkkcm
URL Chính Thức https://chromewebstore.google.com/detail/canvas-masquerade-shortcu/phbigijednkcejpafbcomiilkabbkkcm
Mô tả Jumps to the masquerade page of a particular login id
Kích Thước Tệp 38.04 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2017-05-13
Ngày Phát Hành 2017-05-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển bwpayne
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bayne/CanvasMasqueradeChromeExtension
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canvas Masquerade Shortcut",
    "description": "Jumps to the masquerade page of a particular login id",
    "author": "Brian Payne ",
    "version": "1.4.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_title": "Masquerade as user",
        "default_icon": "icon_16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2
}